Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSP & Cache Control headers #2478

Merged
merged 15 commits into from
May 24, 2023
Prev Previous commit
Next Next commit
netlify for all
  • Loading branch information
himadrisingh committed May 22, 2023
commit 462265027e1fd290feca72b9b85a2141c44de9b4
2 changes: 1 addition & 1 deletion .github/workflows/cloud-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
enable-pull-request-comment: false
enable-commit-comment: true
overwrites-pull-request-comment: true
netlify-config-path: ./web-admin/netlify.toml
netlify-config-path: ./netlify.toml
timeout-minutes: 1
1 change: 1 addition & 0 deletions web-admin/netlify.toml → netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This should be used for docs also
[[headers]]
for = "/*"
[headers.values]
Expand Down