mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
![Rob Wu](/assets/img/avatar_default.png)
frame-ancestor support requires a CSP. While extensions can declare a CSP for extension pages, the frame-ancestors directive was not enforced because the implementation expected only HTTP channels. This patch also adds support for channels from ExtensionProtocolHandler. Differential Revision: https://phabricator.services.mozilla.com/D134143