allow qbit iframe

This commit is contained in:
2025-10-10 16:13:37 +05:30
parent c903d95405
commit 0652a9e5a1

View File

@@ -32,6 +32,12 @@ tcp:
# ---------------------- # ----------------------
http: http:
middlewares: middlewares:
allow-iframe:
headers:
customResponseHeaders:
X-Frame-Options: ""
Content-Security-Policy: "frame-ancestors 'self';"
basic-auth: basic-auth:
basicAuth: basicAuth:
usersFile: /auth/htpasswd usersFile: /auth/htpasswd
@@ -262,6 +268,7 @@ http:
tls: tls:
certResolver: aetoskia certResolver: aetoskia
middlewares: middlewares:
- allow-iframe
- websocket-headers - websocket-headers
# Codebase # Codebase