Is support for the Permissions-Policy header on the Traefik roadmap? Is there an ETA?
Hi Sebbo
You can add a middleware with a custom header in your dynamic.toml :
[http.middlewares.permissions-policy.headers.customResponseHeaders]
Permissions-Policy = "geolocation=(self), microphone=(), camera=(), fullscreen=*"
Hope this help.
1 Like
It worked! Thank you so much for the help. Couldn't find an answer to this anywhere! ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.