You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to block with nginx: add_header Permissions-Policy "interest-cohort=()";
how to test a webservice: curl -sI https://ds.ccc.de | grep -i "Permissions-Policy" && printf "Above policy found.\n" || printf "No policy found.\n"
expected part in header: "Permissions-Policy: interest-cohort=()"
@daveajones
not directly on the content here, but suggesting to do this for the websites of the project
details on the topic:
how to block with nginx:
add_header Permissions-Policy "interest-cohort=()";
how to test a webservice:
curl -sI https://ds.ccc.de | grep -i "Permissions-Policy" && printf "Above policy found.\n" || printf "No policy found.\n"
expected part in header: "Permissions-Policy: interest-cohort=()"
btw. Permissions-Policy … that used to be called Feature-Policy
The text was updated successfully, but these errors were encountered: