This repository was archived by the owner on Jan 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathInternetAccessPolicy.json
More file actions
38 lines (38 loc) · 1.56 KB
/
InternetAccessPolicy.json
File metadata and controls
38 lines (38 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"ApplicationDescription" : "Tweaks for Reddit is a Safari app extension for reddit.com.",
"Connections" : [
{
"Host" : "reddit.com",
"Port" : "443",
"NetworkProtocol" : "TCP",
"IsIncoming" : false,
"Purpose" : "The app and extension may need to access the Reddit API based on the features you enable."
"DenyConsequences" : "The app and extension will not be able to access the OAuth2-based Reddit API.",
},
{
"Host": "bermudalocket.com",
"Port": "443",
"NetworkProtocol": "TCP",
"IsIncoming": false,
"Purpose": "The app needs to communicate with our middleman server to verify your in-app purchase receipt(s) with Apple."
"DenyConsequences": "The app will not be able to verify your in-app purchase receipt(s) with Apple.",
},
{
"Host": "i.redd.it",
"Port": "443",
"NetworkProtocol": "TCP",
"IsIncoming": false,
"Purpose": "The extension may need to download your Snoovatar from Reddit's image server based on features you enable."
"DenyConsequences": "The extension will not be able to download and display your Snoovatar.",
},
{
"Host" : "oauth.reddit.com",
"Port" : "443",
"NetworkProtocol" : "TCP",
"IsIncoming" : false,
"Purpose" : "The app and extension may need to access the Reddit API based on the features you enable."
"DenyConsequences" : "The app and extension will not be able to access the OAuth2-based Reddit API.",
},
],
"DeveloperName" : "bermudalocket"
}