Skip to content

Commit

Permalink
Merge branch 'main' into feature/lighthouse-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb authored Jun 21, 2023
2 parents d18bd16 + 4ecf282 commit 652f81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/cf-wrangler/src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const cors = {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET,HEAD,OPTIONS",
"Access-Control-Max-Age": "86400",
"Access-Control-Max-Age": "60",
"Access-Control-Allow-Headers": "content-type",
"Cache-Control": "max-age=3600",
"Cache-Control": "max-age=60",
};

export default {
Expand Down

0 comments on commit 652f81d

Please sign in to comment.