Skip to content

Commit

Permalink
🔀 MERGE: Branch main <-- from: develop
Browse files Browse the repository at this point in the history
  • Loading branch information
asapdotid committed Aug 25, 2023
2 parents 0f6e408 + 2d03849 commit dee54ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/images/traefik/config/dynamic/middlewares.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ http:
default:
chain:
middlewares:
- redirectTo
- securityHeaders
- corsHeaders
- cacheHeaders
- gzip

redirectTo:
redirectScheme:
scheme: https
permanent: true

securityHeaders:
headers:
customResponseHeaders:
Expand All @@ -37,7 +43,6 @@ http:
stsIncludeSubdomains: true
stsSeconds: 63072000
stsPreload: true
sslForceHost: true
frameDeny: __TRAEFIK_HEADER_FRAME_DENY
contentSecurityPolicy: __TRAEFIK_HEADER_CONTENT_SECURITY_POLICY
permissionsPolicy: __TRAEFIK_HEADER_PERMISSION_POLICY
Expand Down

0 comments on commit dee54ea

Please sign in to comment.