Tue, 06 Jan 2015 21:39:09 +0100
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 "name": "data:URI Activity Href App",
3 "description": "App with an invalid activity href",
4 "installs_allowed_from": [ "*" ],
5 "activities": {
6 "without_href": { },
7 "valid_href": {
8 "href": "/transfer.html"
9 },
10 "invalid_href": {
11 "href": "data:text/html;base64,PGh0bWw+DQo8aGVhZD4NCjwvaGVhZD4NCjxib2R5Pg0KPGI+SGFoITwvYj4NCjwvYm9keT4NCjwvaHRtbD4="
12 }
13 }
14 }