adamchainz / django-permissions-policy

Set the draft security HTTP header Permissions-Policy (previously Feature-Policy) on your Django app.
MIT License
98 stars 6 forks source link

Support for join-ad-interest-group and run-ad-auction #405

Closed violuke closed 1 year ago

violuke commented 1 year ago

Description

Chrome has started inserting an iframe on our website (in varying locations in the code) and sometimes this goes into a place that causes problems.

We've found this guide that suggests that we can disable this feature using a Permissions Policy, but this excellent-looking project rejects this with an ImproperlyConfigured exception.

Would it be possible to add support for these?

Cheers!

adamchainz commented 1 year ago

My quarterly reminder to update feature lists came on Sep 20 but I didn't action it until now. Added in #406 and released in 4.18.0.

violuke commented 1 year ago

Wow, that's incredible. Thank you!