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-09 08:15:36 +0100
commit6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2 (patch)
treee534781393ad2aff0a6a93a4ce5b8cde2a336b94 /dom/security/nsContentSecurityManager.h
parent6e9c60c3b96c56d7d478f5ff135135b15f536b9d (diff)
downloadUXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar
UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar.gz
UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar.lz
UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar.xz
UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.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() {}