From 6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2 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