diff options
author | Moonchild <moonchild@palemoon.org> | 2021-12-08 18:02:29 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-07 23:52:40 +0200 |
commit | a9046dcd55c721bb3ddedadbbdb217848cb99d8e (patch) | |
tree | 7e32e7a322d73b40512cd993e3303b93ac86179a /netwerk/base/nsINetUtil.idl | |
parent | c265d1cb7ca98616426ee7c0a3d7cc0dd1a4cc50 (diff) | |
download | uxp-a9046dcd55c721bb3ddedadbbdb217848cb99d8e.tar.gz |
[Network] Escape external protocol handler URLs
Diffstat (limited to 'netwerk/base/nsINetUtil.idl')
-rw-r--r-- | netwerk/base/nsINetUtil.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netwerk/base/nsINetUtil.idl b/netwerk/base/nsINetUtil.idl index 800a9ae905..1b5de18b61 100644 --- a/netwerk/base/nsINetUtil.idl +++ b/netwerk/base/nsINetUtil.idl @@ -167,6 +167,9 @@ interface nsINetUtil : nsISupports /** Skip C0 and DEL from unescaping */ const unsigned long ESCAPE_URL_SKIP_CONTROL = 1 << 15; + /** %XX-escape external protocol handler URL */ + const unsigned long ESCAPE_URL_EXT_HANDLER = 1 << 17; + /** * %XX-Escape invalid chars in a URL segment. * |