forked from deso-protocol/run
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCaddyfile.dev
44 lines (42 loc) · 1.53 KB
/
Caddyfile.dev
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
40
41
42
43
44
{
admin off
auto_https off
}
:8080 {
file_server
try_files {path} index.html
header Access-Control-Allow-Methods "GET, PUT, POST, DELETE, OPTIONS"
header Access-Control-Allow-Origin "*"
header Content-Security-Policy "
default-src 'self';
connect-src 'self'
api.bitclout.com bitclout.com:*
api.node.cloutapis.com node.cloutapis.com:*
bithunt.bitclout.com pulse.bitclout.com
api.bitpop.dev
bitclout.me:* api.bitclout.me:*
localhost:*
explorer.bitclout.com:*
https://api.blockchain.com/ticker
https://api.blockchain.com/mempool/fees
https://ka-f.fontawesome.com/
bitcoinfees.earn.com
api.blockcypher.com
amp.bitclout.com
api.bitclout.green api.bitclout.blue
api.bitclout.navy;
script-src 'self' https://cdn.jsdelivr.net/npm/sweetalert2@10
https://kit.fontawesome.com/070ca4195b.js https://ka-f.fontawesome.com/;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
img-src 'self' data: i.imgur.com images.bitclout.com quickchart.io arweave.net *.arweave.net;
font-src 'self' https://fonts.googleapis.com
https://fonts.gstatic.com https://ka-f.fontawesome.com;
frame-src 'self' localhost:*
identity.bitclout.com identity.bitclout.blue identity.bitclout.green
https://www.youtube.com
https://player.vimeo.com
https://www.tiktok.com
https://giphy.com
https://open.spotify.com
https://w.soundcloud.com;"
}