File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 NODE_VERSION = " 18"
77 GIT_LFS_ENABLED = " false"
88 PNPM_FLAGS = " --no-frozen-lockfile"
9- GIT_SUBMODULE_STRATEGY = " none"
9+ GIT_SUBMODULE_STRATEGY = " none"
1010
1111# Build settings with correct pnpm commands
1212[context .production ]
2727 for = " /*"
2828 [headers .values ]
2929 X-Frame-Options = " DENY"
30- X-XSS-Protection = " 1; mode=block"
3130 X-Content-Type-Options = " nosniff"
3231 Referrer-Policy = " strict-origin-when-cross-origin"
33- Content-Security-Policy = " default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' data: https:; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https:;"
34-
35- [[headers ]]
36- for = " /assets/*"
37- [headers .values ]
38- Cache-Control = " public, max-age=31536000, immutable"
32+ Content-Security-Policy = " default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; connect-src 'self' https:"
33+ Permissions-Policy = " camera=(), microphone=(), geolocation=()"
34+ Strict-Transport-Security = " max-age=31536000; includeSubDomains; preload"
You can’t perform that action at this time.
0 commit comments