Skip to content

Commit

Permalink
add CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
39zde committed Oct 9, 2024
1 parent ab7a37c commit c9fef0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<meta charset="UTF-8" name="Simple File Compressor" lang="en-US,de-DE"
description="A tool to reduce the file size of your files. Free online, local, tracking-free, advert-free file compression. Simple and fast." />
<!-- <meta http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'self'; style-src 'self'; manifest-src 'self'; img-src 'self'" /> -->
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'self'; style-src 'self'; manifest-src 'self'; img-src 'self'" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" href="icons/icon.svg" />
Expand Down

0 comments on commit c9fef0c

Please sign in to comment.