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.
It worked! Thank you so much for the help. Couldn't find an answer to this anywhere! ![]()