Prevent loading of document subresources over FTP.

This commit is contained in:
wolfbeast 2019-03-09 08:15:36 +01:00 committed by Roy Tam
commit 59ee48bfb0
3 changed files with 59 additions and 0 deletions

View file

@ -36,6 +36,7 @@ public:
private:
static nsresult CheckChannel(nsIChannel* aChannel);
static nsresult CheckFTPSubresourceLoad(nsIChannel* aChannel);
virtual ~nsContentSecurityManager() {}