Update pelican/httproute.yaml

This commit is contained in:
2026-06-02 19:35:00 +00:00
parent cb7ec67524
commit 5e2feec8bb

View File

@@ -38,6 +38,8 @@ spec:
value: strict-origin-when-cross-origin value: strict-origin-when-cross-origin
- name: Permissions-Policy - name: Permissions-Policy
value: "camera=(), microphone=(), geolocation=(), payment=()" value: "camera=(), microphone=(), geolocation=(), payment=()"
- name: Content-Security-Policy
value: "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; font-src 'self' data:; connect-src 'self' wss:; frame-ancestors 'self'"
backendRefs: backendRefs:
- name: pelican - name: pelican
port: 80 port: 80