Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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 }