Skip to content

Commit

Permalink
fix for cdn usage
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Nov 26, 2024
1 parent c41bd1b commit 75e3785
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
Order allow,deny
</IfModule>
</FilesMatch>
Header add Cross-Origin-Embedder-Policy "require-corp"
Header add Cross-Origin-Opener-Policy "same-origin"

#only uncomment these if you understand the implication as CDNs become off limits
#Header add Cross-Origin-Embedder-Policy "require-corp"
#Header add Cross-Origin-Opener-Policy "same-origin"

# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Expand Down

0 comments on commit 75e3785

Please sign in to comment.