Does someone have a list of all Permissions-Policy
header keys and values?
What I have:
more_set_headers "Permissions-Policy: camera=(self), fullscreen=(*), geolocation=(self), payment=()";
It was somehow (old - don't use it):
more_set_headers "Feature-Policy: camera 'self'; fullscreen *; geolocation 'self'; payment 'none'";
Note that the old syntax is with semicolons and the new syntax requires commas.