-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
39 lines (39 loc) · 1.08 KB
/
default.json
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
39
{
"nodes": [
{
"address": "wss://api.golos.id/ws"
}
],
"helmet": {
"directives": {
"defaultSrc": "'self'",
"childSrc": "'self'",
"scriptSrc": "'self' 'unsafe-inline' 'unsafe-eval'",
"styleSrc": "'self' 'unsafe-inline' fonts.googleapis.com",
"imgSrc": "* data:",
"fontSrc": "data: fonts.gstatic.com",
"connectSrc": "'self' wss://api.golos.id golos.app notify.golos.app api.imgur.com images.golos.today cdn.jsdelivr.net/npm/emoji-picker-element-data@%5E1/",
"frameAncestors": "'none'"
}
},
"images": {
"img_proxy_prefix": "https://images.golos.today",
"img_proxy_backup_prefix": "https://steemitimages.com",
"upload_image": "https://api.imgur.com/3/image",
"client_id": "6c09ebf8c548126"
},
"auth_service": {
"host": "https://golos.app",
"custom_client": "blogs"
},
"notify_service": {
"host": "https://notify.golos.app",
"host_ws": "wss://notify.golos.app/ws"
},
"blogs_service": {
"host": "https://golos.id"
},
"wallet_service": {
"host": "https://wallet.golos.id"
}
}