diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-15 09:43:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-15 09:43:23 +0200 |
commit | 28e0e40d2b301f109a4dd20a5be1f0b58e8201ad (patch) | |
tree | fbaaf3d2de16d14c61a4d746de9326ca3a9b71c6 /client/proxy.config.json | |
parent | f3d2e6d0826e39611a5fba91677fe56c93c83d90 (diff) | |
download | PeerTube-28e0e40d2b301f109a4dd20a5be1f0b58e8201ad.tar.gz PeerTube-28e0e40d2b301f109a4dd20a5be1f0b58e8201ad.tar.zst PeerTube-28e0e40d2b301f109a4dd20a5be1f0b58e8201ad.zip |
Fix privacy warning position on mobile
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r-- | client/proxy.config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json index d1f393672..e5f0dfd61 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json | |||
@@ -6,5 +6,9 @@ | |||
6 | "/static": { | 6 | "/static": { |
7 | "target": "http://localhost:9000", | 7 | "target": "http://localhost:9000", |
8 | "secure": false | 8 | "secure": false |
9 | }, | ||
10 | "/socket.io": { | ||
11 | "target": "http://localhost:9000", | ||
12 | "secure": false | ||
9 | } | 13 | } |
10 | } | 14 | } |