mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
backport Bug 1696685 - r=valentin,nika a=RyanVM
This commit is contained in:
parent
26ae6482f6
commit
f43ff83d54
5 changed files with 58 additions and 40 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue