fix: Deployment & Security Headers Configuration#1388
fix: Deployment & Security Headers Configuration#1388lspassos1 wants to merge 1 commit intokoala73:mainfrom
Conversation
|
@lspassos1 is attempting to deploy a commit to the Elie Team on Vercel. A member of the Team first needs to authorize it. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Thanks for tackling security headers @lspassos1! The CSP hardening approach (replacing A few things need addressing before we can merge: Blocking (5)
Suggestions (2)
Nitpicks (1)
ScopeThe title says "Deployment & Security Headers" but the PR also removes docs/blog infrastructure, changes the build ignore command, reformats the entire JSON, and disables geolocation. Splitting these into separate PRs would make review and rollback much easier. Happy to re-review once the blockers are addressed! |
ca35b40 to
af03b69
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…cation/routing changes This replaces the previous 'fix: resolve deployment and security header issues' commit. Addresses all feedback from PR koala73#1388 review: - Remove X-Frame-Options: DENY to prevent breaking frame-ancestors - Revert geolocation=() back to geolocation=(self) for mobile map centering - Reset routing (rewrites/cache exclusions) to main's configuration to fix /docs and /blog access - Revert ignoreCommand to main's original bash script invocation - Revert script-src to use 'unsafe-inline' instead of undocumented SHA hashes - Update deploy-config.test.mjs to accurately validate the updated security policy headers - Retain cache-control enhancements for entry routes
af03b69 to
5a9339f
Compare
…cation/routing changes This replaces the previous 'fix: resolve deployment and security header issues' commit. Addresses all feedback from PR koala73#1388 review: - Remove X-Frame-Options: DENY to prevent breaking frame-ancestors - Revert geolocation=() back to geolocation=(self) for mobile map centering - Reset routing (rewrites/cache exclusions) to main's configuration to fix /docs and /blog access - Revert ignoreCommand to main's original bash script invocation - Revert script-src to use 'unsafe-inline' instead of undocumented SHA hashes - Update test to accurately validate the updated security policy headers - Retain cache-control enhancements for entry routes
5a9339f to
608366a
Compare
|
Deployment failed with the following error: |
…cation/routing changes This replaces the previous 'fix: resolve deployment and security header issues' commit. Addresses all feedback from PR koala73#1388 review: - Remove X-Frame-Options: DENY to prevent breaking frame-ancestors - Revert geolocation=() back to geolocation=(self) for mobile map centering - Reset routing (rewrites/cache exclusions) to main's configuration to fix /docs and /blog access - Revert ignoreCommand to main's original bash script invocation - Revert script-src to use 'unsafe-inline' instead of undocumented SHA hashes - Update test to accurately validate the updated security policy headers - Retain cache-control enhancements for entry routes
608366a to
03bddec
Compare
Summary
Aligns the
vercel.jsonCSP and Permissions-Policy headers with production standards and fixes related deployment configuration tests.Type of change
Affected areas
Checklist
npm run typecheck)