chrome/test/unit/data/test_no_remote_registration.manifest

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 # package used only for valid overlaying and overrides
     2 content good-package bar/
     4 # UI Resource URIs (should not work)
     5 content moz-protocol-ui-resource moz-protocol-ui-resource://foo/
     6 locale moz-protocol-ui-resource en-us moz-protocol-ui-resource://foo/
     7 skin moz-protocol-ui-resource skin1 moz-protocol-ui-resource://foo/
     8 override chrome://good-package/content/override-moz-protocol-ui-resource.xul moz-protocol-ui-resource://foo/
     9 resource moz-protocol-ui-resource moz-protocol-ui-resource://foo/
    11 # Local file URIs (should not work)
    12 content moz-protocol-local-file moz-protocol-local-file://foo/
    13 locale moz-protocol-local-file en-us moz-protocol-local-file://foo/
    14 skin moz-protocol-local-file skin1 moz-protocol-local-file://foo/
    15 override chrome://good-package/content/override-moz-protocol-local-file.xul moz-protocol-local-file://foo/
    16 resource moz-protocol-local-file moz-protocol-local-file://foo/
    18 # Loadable by anyone URIs (should not work)
    19 content moz-protocol-loadable-by-anyone moz-protocol-loadable-by-anyone://foo/
    20 locale moz-protocol-loadable-by-anyone en-us moz-protocol-loadable-by-anyone://foo/
    21 skin moz-protocol-loadable-by-anyone skin1 moz-protocol-loadable-by-anyone://foo/
    22 override chrome://good-package/content/override-moz-protocol-loadable-by-anyone.xul moz-protocol-loadable-by-anyone://foo/
    23 resource moz-protocol-loadable-by-anyone moz-protocol-loadable-by-anyone://foo/
    25 # Working protocols should be after this point.  Failing ones should be before.
    27 # Local resource (should work)
    28 content moz-protocol-local-resource moz-protocol-local-resource://foo/
    29 locale moz-protocol-local-resource en-us moz-protocol-local-resource://foo/
    30 skin moz-protocol-local-resource skin1 moz-protocol-local-resource://foo/
    31 override chrome://good-package/content/override-moz-protocol-local-resource.xul moz-protocol-local-resource://foo/
    32 resource moz-protocol-local-resource moz-protocol-local-resource://foo/

mercurial