51 lines
415 B
Text
51 lines
415 B
Text
### netwerk/base/nsStandardURL.cpp
|
|
# Control characters
|
|
" "
|
|
"#"
|
|
"/"
|
|
":"
|
|
"?"
|
|
"@"
|
|
"["
|
|
"\\"
|
|
"]"
|
|
"*"
|
|
"<"
|
|
">"
|
|
"|"
|
|
"\\"
|
|
|
|
# URI schemes
|
|
"about"
|
|
"android"
|
|
"blob"
|
|
"chrome"
|
|
"data"
|
|
"file"
|
|
"ftp"
|
|
"http"
|
|
"https"
|
|
"indexeddb"
|
|
"jar"
|
|
"javascript"
|
|
"moz"
|
|
"moz-safe-about"
|
|
"page"
|
|
"resource"
|
|
"sftp"
|
|
"smb"
|
|
"ssh"
|
|
"view"
|
|
"ws"
|
|
"wss"
|
|
|
|
# URI Hosts
|
|
"selfuri.com"
|
|
"127.0.0.1"
|
|
"::1"
|
|
|
|
# about protocol safe paths
|
|
"blank"
|
|
"license"
|
|
"logo"
|
|
"srcdoc"
|