tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

url_tokens.dict (415B)


      1 ### netwerk/base/nsStandardURL.cpp
      2 # Control characters
      3 " "
      4 "#"
      5 "/"
      6 ":"
      7 "?"
      8 "@"
      9 "["
     10 "\\"
     11 "]"
     12 "*"
     13 "<"
     14 ">"
     15 "|"
     16 "\\"
     17 
     18 # URI schemes
     19 "about"
     20 "android"
     21 "blob"
     22 "chrome"
     23 "data"
     24 "file"
     25 "ftp"
     26 "http"
     27 "https"
     28 "indexeddb"
     29 "jar"
     30 "javascript"
     31 "moz"
     32 "moz-safe-about"
     33 "page"
     34 "resource"
     35 "sftp"
     36 "smb"
     37 "ssh"
     38 "view"
     39 "ws"
     40 "wss"
     41 
     42 # URI Hosts
     43 "selfuri.com"
     44 "127.0.0.1"
     45 "::1"
     46 
     47 # about protocol safe paths
     48 "blank"
     49 "license"
     50 "logo"
     51 "srcdoc"