From 333c64ef30a6120802f2f356c34f73f46e68269f Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 9 Mar 2019 08:15:36 +0100 Subject: Prevent loading of document subresources over FTP. --- dom/security/nsContentSecurityManager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dom/security/nsContentSecurityManager.h') 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() {} -- cgit v1.2.3