summaryrefslogtreecommitdiffstats
path: root/dom/security/nsContentSecurityManager.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-09 08:15:36 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-23 01:57:55 +0100
commit333c64ef30a6120802f2f356c34f73f46e68269f (patch)
treee8252b94ef0184c5e9157a7e7238c9e50bd22d0d /dom/security/nsContentSecurityManager.h
parentae971bfe8e3d096261077f1e8a7ddd2cbb3257a2 (diff)
downloadUXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar.gz
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar.lz
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar.xz
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.zip
Prevent loading of document subresources over FTP.
Diffstat (limited to 'dom/security/nsContentSecurityManager.h')
-rw-r--r--dom/security/nsContentSecurityManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/security/nsContentSecurityManager.h b/dom/security/nsContentSecurityManager.h
index bab847743..750dd8803 100644
--- a/dom/security/nsContentSecurityManager.h
+++ b/dom/security/nsContentSecurityManager.h
@@ -36,6 +36,7 @@ public:
private:
static nsresult CheckChannel(nsIChannel* aChannel);
+ static nsresult CheckFTPSubresourceLoad(nsIChannel* aChannel);
virtual ~nsContentSecurityManager() {}