tools/page-loader/urllist.txt

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 # 
     2 # This Source Code Form is subject to the terms of the Mozilla Public
     3 # License, v. 2.0. If a copy of the MPL was not distributed with this
     4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     6 # Config file for page loading test
     7 #
     8 # HTTPBASE: is the URL to the root of the content pages
     9 # FILEBASE: is the file path to the same location (I need both)
    10 #
    11 # Remaining lines are the names of top level directories under FILEBASE
    12 # which contain the content files, followed by an optional filename in 
    13 # that directory (index.html is assumed if no filename given), and then 
    14 # followed by an optional 'charset' value to ship in the 'Content-type'
    15 # header. [Note: if you want to set the charset, then you must also 
    16 # explicitly set the filename field].
    17 # 
    18 # Warning: you don't want to casually changing the set of urls that you are 
    19 # testing against, if you want to be able to make any reasonable comparison over
    20 # time. And don't change this file while a test is in progress, as it will 
    21 # competely scramble the results for that test.
    23 HTTPBASE: http://somehost.somedomain.sometld/content/base/
    24 FILEBASE: /var/www/html/content/base/
    26 home.netscape.com       index.html                               # optionally specify a filename
    27 my.netscape.com         index.html    text/html    iso-8859-1    # optionally specify a filename, mime type and charset 
    28 www.aol.com             index.html    text/html                  # optionally specify a filename and mime type
    29 www.mapquest.com
    30 www.moviefone.com
    31 www.digitalcity.com
    32 www.iplanet.com
    33 web.icq.com
    34 www.compuserve.com
    35 www.msnbc.com
    36 www.yahoo.com
    37 bugzilla.mozilla.org
    38 www.msn.com
    39 slashdot.org
    40 www.nytimes.com
    41 www.nytimes.com_Table
    42 www.w3.org_DOML2Core
    43 lxr.mozilla.org
    44 espn.go.com
    45 www.voodooextreme.com
    46 www.wired.com
    47 hotwired.lycos.com
    48 www.ebay.com
    49 www.apple.com
    50 www.amazon.com
    51 www.altavista.com
    52 www.zdnet.com_Gamespot.com
    53 www.spinner.com
    54 www.microsoft.com
    55 www.time.com
    56 www.travelocity.com
    57 www.expedia.com
    58 www.quicken.com
    59 www.zdnet.com
    60 www.excite.com
    61 www.google.com
    62 www.tomshardware.com
    63 www.cnn.com
    64 news.cnet.com
    65 www.sun.com

mercurial