Skip to content

Commit

Permalink
fix: set securityTrustProxy to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jan 29, 2024
1 parent 99e74e8 commit b1e1759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/admin/admin-security.vue
Expand Up @@ -265,7 +265,7 @@ export default {
securityOpenRedirect: true,
securityIframe: true,
securityReferrerPolicy: true,
securityTrustProxy: true,
securityTrustProxy: false,
securitySRI: true,
securityHSTS: false,
securityHSTSDuration: 0,
Expand Down
2 changes: 1 addition & 1 deletion server/app/data.yml
Expand Up @@ -85,7 +85,7 @@ defaults:
securityOpenRedirect: true
securityIframe: true
securityReferrerPolicy: true
securityTrustProxy: true
securityTrustProxy: false
securitySRI: true
securityHSTS: false
securityHSTSDuration: 300
Expand Down

0 comments on commit b1e1759

Please sign in to comment.