1 parent 2e6a765 commit 0b79a1eCopy full SHA for 0b79a1e
1 file changed
blog.html
@@ -7,6 +7,14 @@
7
<meta name="apple-mobile-web-app-capable" content="yes">
8
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
9
<meta name="apple-mobile-web-app-title" content="Blog">
10
+ <meta http-equiv="Content-Security-Policy" content="
11
+ default-src 'self';
12
+ script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com;
13
+ style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com;
14
+ font-src 'self' https://cdnjs.cloudflare.com data:;
15
+ img-src 'self' data:;
16
+ connect-src 'self';
17
+">
18
<title>RealMathModel — Blog</title>
19
20
<!-- FontAwesome -->
0 commit comments