Skip to content

Commit 6a2ae74

Browse files
committed
Update Security meta tag
1 parent 315be2b commit 6a2ae74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
<meta name="referrer" content="strict-origin-when-cross-origin">
2525
<meta http-equiv="Content-Security-Policy" content="
2626
default-src 'self';
27-
script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com;
27+
script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com;
2828
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
2929
font-src 'self' https://fonts.gstatic.com;
3030
img-src 'self' https://github.githubassets.com;
3131
connect-src 'self' https://www.google-analytics.com;
32+
frame-ancestors 'self';
33+
upgrade-insecure-requests;
3234
">
3335

3436
<!-- Performance -->
@@ -45,7 +47,6 @@
4547
<meta property="og:description" content="Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections.">
4648
<meta property="og:site_name" content="ErScripts">
4749
<meta property="og:locale" content="en_US">
48-
<meta property="og:type" content="website">
4950
<!-- <meta property="og:image" content="assets/preview.png"> -->
5051

5152
<!-- Twitter -->

0 commit comments

Comments
 (0)