This commit is contained in:
2024-04-20 16:45:56 +03:00
commit 937c8d8eab
34 changed files with 3048 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
http:
middlewares:
cors:
headers:
accessControlAllowMethods: ["GET", "POST", "PUT", "OPTIONS", "DELETE", "PATCH"]
accessControlAllowOriginList: "*"
accessControlMaxAge: 100
accessControlAllowCredentials: true
accessControlAllowHeaders: "*"
accessControlExposeHeaders: ["Authorization"]
forceSTSHeader: true
frameDeny: true
sslRedirect: true
sslForceHost: true
stsPreload: true
stsseconds: "31536000"
customFrameOptionsValue: "SAMEORIGIN"