We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd34151 commit 7145d6eCopy full SHA for 7145d6e
src/index.html
@@ -2,6 +2,12 @@
2
<html lang="en">
3
4
<head>
5
+ <meta http-equiv="Content-Security-Policy" content="
6
+ script-src 'self' https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/;
7
+ frame-src 'self' https://www.google.com/recaptcha/ https://recaptcha.google.com/recaptcha/;
8
+ connect-src 'self' https://www.google.com/recaptcha/;
9
+ default-src 'self';
10
+ ">
11
<meta charset="UTF-8">
12
<meta name="description" content="Wii U GLSL Compiler">
13
<meta name="author" content="29th-Day">
0 commit comments