Skip to content

Commit 5b51c63

Browse files
authored
Merge pull request #36 from kdroidFilter/google-maps
Add network policy for Google Maps in navigation app policies
2 parents ba969d3 + 167fd2a commit 5b51c63

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"type": "Fixed",
3+
"packageName": "com.google.android.apps.maps",
4+
"category": "NAVIGATION",
5+
"networkPolicy": {
6+
"mode": "BLACKLIST",
7+
"spec": {
8+
"type": "HostList",
9+
"hosts": [
10+
"peoplestack-pa.googleapis.com",
11+
"treetviewpixels-pa.googleapis.com",
12+
"gz0.googleusercontent.com"
13+
]
14+
}
15+
},
16+
"minimumVersionCode": 0,
17+
"isRecommendedInStore": true
18+
}

0 commit comments

Comments
 (0)