summaryrefslogtreecommitdiff
path: root/netwerk/base/nsINetUtil.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/base/nsINetUtil.idl')
-rw-r--r--netwerk/base/nsINetUtil.idl3
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.
*