summaryrefslogtreecommitdiff
path: root/uriloader/exthandler/nsExternalHelperAppService.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-12-08 18:02:29 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-07 23:52:40 +0200
commita9046dcd55c721bb3ddedadbbdb217848cb99d8e (patch)
tree7e32e7a322d73b40512cd993e3303b93ac86179a /uriloader/exthandler/nsExternalHelperAppService.h
parentc265d1cb7ca98616426ee7c0a3d7cc0dd1a4cc50 (diff)
downloaduxp-a9046dcd55c721bb3ddedadbbdb217848cb99d8e.tar.gz
[Network] Escape external protocol handler URLs
Diffstat (limited to 'uriloader/exthandler/nsExternalHelperAppService.h')
-rw-r--r--uriloader/exthandler/nsExternalHelperAppService.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uriloader/exthandler/nsExternalHelperAppService.h b/uriloader/exthandler/nsExternalHelperAppService.h
index ceec66661d..13dcbb7122 100644
--- a/uriloader/exthandler/nsExternalHelperAppService.h
+++ b/uriloader/exthandler/nsExternalHelperAppService.h
@@ -198,6 +198,8 @@ private:
bool aForceSave,
nsIInterfaceRequestor *aWindowContext,
nsIStreamListener ** aStreamListener);
+
+ static nsresult EscapeURI(nsIURI* aURI, nsIURI** aResult);
};
/**