Skip to content

Commit

Permalink
allow only one domain
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Jan 24, 2025
1 parent 6f3cbfd commit 3aeb5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cornucopia.owasp.org/script/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (fs.existsSync(path.join(__dirname, '.vercel/output'))) {

function main() {
const headers = `/*
Access-Control-Allow-Origin: https://owaspcornucopia.org
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
X-Robots-Tag: noindex
Expand Down

0 comments on commit 3aeb5a8

Please sign in to comment.