Skip to content

Commit 0b79a1e

Browse files
Update blog.html
1 parent 2e6a765 commit 0b79a1e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

blog.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<meta name="apple-mobile-web-app-capable" content="yes">
88
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
99
<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+
">
1018
<title>RealMathModel — Blog</title>
1119

1220
<!-- FontAwesome -->

0 commit comments

Comments
 (0)