Skip to content

Commit 7145d6e

Browse files
authored
Add meta Content-Security-Policy
1 parent cd34151 commit 7145d6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<html lang="en">
33

44
<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+
">
511
<meta charset="UTF-8">
612
<meta name="description" content="Wii U GLSL Compiler">
713
<meta name="author" content="29th-Day">

0 commit comments

Comments
 (0)