mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Prevent loading of document subresources over FTP.
This commit is contained in:
parent
05bd0fabdf
commit
59ee48bfb0
3 changed files with 59 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ public:
|
|||
|
||||
private:
|
||||
static nsresult CheckChannel(nsIChannel* aChannel);
|
||||
static nsresult CheckFTPSubresourceLoad(nsIChannel* aChannel);
|
||||
|
||||
virtual ~nsContentSecurityManager() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue