Skip to content

Commit

Permalink
Fix CSP compatibility issues with Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Sep 1, 2024
1 parent e53772a commit 8a7de7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
connect-src 'self';
worker-src 'self';
manifest-src 'self';
script-src-elem 'self' 'sha384-XiiRgIf5zQ4bHRD8h77lp8w+PAEkizITuBcqxsfIJIHIN8EPq6rX/IXz7CzbJ8/v' https://cdnjs.cloudflare.com/ajax/libs/bootstrap/;
style-src-elem 'self' 'sha384-fBcH0D+Mqn9267xWkqPrzMtuvPgtFK1cASMy5Vv+yDN3NHJTl/obqWjRw0Hk4PqU' https://cdnjs.cloudflare.com/ajax/libs/bootstrap/;
script-src 'self' 'sha384-XiiRgIf5zQ4bHRD8h77lp8w+PAEkizITuBcqxsfIJIHIN8EPq6rX/IXz7CzbJ8/v' https://cdnjs.cloudflare.com/ajax/libs/bootstrap/;
style-src 'self' 'sha384-fBcH0D+Mqn9267xWkqPrzMtuvPgtFK1cASMy5Vv+yDN3NHJTl/obqWjRw0Hk4PqU' https://cdnjs.cloudflare.com/ajax/libs/bootstrap/;
style-src-attr 'unsafe-inline';
"
/>
Expand Down

0 comments on commit 8a7de7f

Please sign in to comment.