(items: set)
| 1771 | |
| 1772 | # Permissions-Policy helps reduce unexpected browser permission prompts/leaks. |
| 1773 | resp.headers.setdefault( |
| 1774 | "Permissions-Policy", |
| 1775 | "geolocation=(self), microphone=(self), camera=(self), fullscreen=(self), payment=(), display-capture=()" |
| 1776 | ) |
| 1777 | |
| 1778 | # CSP: tuned to keep everything working across iOS/Android/Desktop. |
no outgoing calls
no test coverage detected