[Peertube] Put CSP for iframe and CORS headers in file for re-use
This commit is contained in:
parent
718f7fd990
commit
bdd5ba3e9b
|
@ -12,7 +12,6 @@
|
|||
|
||||
[http]
|
||||
[http.middlewares.hardening.headers]
|
||||
addVaryHeader = true
|
||||
browserXssFilter = true
|
||||
contentTypeNosniff = true
|
||||
forceSTSHeader = true
|
||||
|
@ -26,3 +25,10 @@
|
|||
|
||||
[http.middlewares.compression.compress]
|
||||
excludedContentTypes = ["text/event-stream"]
|
||||
|
||||
[http.middlewares.allowFrameAndCORS.headers]
|
||||
contentSecurityPolicy = "frame-ancestors *"
|
||||
accessControlAllowHeaders = ["*"]
|
||||
accessControlAllowMethods = ["GET", "POST", "OPTIONS"]
|
||||
accessControlAllowOriginList = ["*"]
|
||||
accessControlExposeHeaders = ["*"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user