-
Notifications
You must be signed in to change notification settings - Fork 94
/
Caddyfile.dev
53 lines (51 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
{
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:*
bithunt.bitclout.com pulse.bitclout.com https://altumbase.com
api.bitpop.dev
deso.run:* api.deso.run:*
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
api.testwyre.com
api.sendwyre.com
https://videodelivery.net
https://upload.videodelivery.net;
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.deso.org images.bitclout.com quickchart.io arweave.net *.arweave.net cloudflare-ipfs.com;
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
identity.deso.org identity.deso.blue identity.deso.green
https://www.youtube.com
https://player.vimeo.com
https://www.tiktok.com
https://giphy.com
https://open.spotify.com
https://w.soundcloud.com
https://player.twitch.com
https://clips.twitch.com
pay.testwyre.com
pay.sendwyre.com
https://iframe.videodelivery.net;"
}