Skip to content

Commit

Permalink
added htaccess file
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Nov 13, 2024
1 parent 9114bf1 commit 1c147e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'">
content="default-src 'self'
https://cdn.jsdelivr.net
https://unpkg.com
https://cdnjs.cloudflare.com">
</head>
<body>

Expand Down

0 comments on commit 1c147e0

Please sign in to comment.