summaryrefslogtreecommitdiffstats
path: root/netwerk/test/fuzz/url_tokens.dict
blob: f297ad5de7ee24c0ed8973f407ed0ff353923cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### 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"