Skip to content

Commit

Permalink
Fix connect-src directive
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvirkus committed Sep 27, 2022
1 parent 894ac64 commit 6943bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
Content-Security-Policy = '''
default-src 'self' https:;
connect-src https://gc.zgo.at https://kano.goatcounter.com;
connect-src 'self' https://gc.zgo.at https://kano.goatcounter.com;
object-src 'none';
img-src 'self' https: data:;
style-src 'self' 'unsafe-inline';
Expand Down

0 comments on commit 6943bbe

Please # to comment.