example.middleware-passbolt.yaml 739 B

12345678910111213141516171819202122
  1. # --> (Optional) When using Passbolt with Traefik...
  2. # http:
  3. # middlewares:
  4. # passbolt-middleware:
  5. # headers:
  6. # FrameDeny: true
  7. # AccessControlAllowMethods: 'GET,OPTIONS,PUT'
  8. # AccessControlAllowOriginList:
  9. # - origin-list-or-null
  10. # AccessControlMaxAge: 100
  11. # AddVaryHeader: true
  12. # BrowserXssFilter: true
  13. # ContentTypeNosniff: true
  14. # ForceSTSHeader: true
  15. # STSIncludeSubdomains: true
  16. # STSPreload: true
  17. # ContentSecurityPolicy: default-src 'self' 'unsafe-inline'
  18. # CustomFrameOptionsValue: SAMEORIGIN
  19. # ReferrerPolicy: same-origin
  20. # PermissionsPolicy: vibrate 'self'
  21. # STSSeconds: 315360000
  22. # <--