Skip to content

Commit

Permalink
Merge pull request #11 from cerberauth/add-cf-headers
Browse files Browse the repository at this point in the history
Add Cloudflare headers
  • Loading branch information
emmanuelgautier authored Oct 14, 2024
2 parents 25c9bd0 + 6e5378a commit f6e80c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4

- name: Validate JSON
uses: emmanuelgautier/validate-json@main
uses: emmanuelgautier/validate-json@v1
with:
files: schemas/**/*.json
3 changes: 3 additions & 0 deletions schemas/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=86400, s-maxage=604800, stale-while-revalidate=604800, stale-if-error=604800

0 comments on commit f6e80c7

Please sign in to comment.