donetick: allow https localhost origin for android
This commit is contained in:
@@ -16,6 +16,7 @@ server:
|
|||||||
public_host: https://donetick.paccoco.com
|
public_host: https://donetick.paccoco.com
|
||||||
cors_allow_origins:
|
cors_allow_origins:
|
||||||
- https://donetick.paccoco.com
|
- https://donetick.paccoco.com
|
||||||
|
- https://localhost
|
||||||
- capacitor://localhost
|
- capacitor://localhost
|
||||||
- http://localhost
|
- http://localhost
|
||||||
- http://localhost:8100
|
- http://localhost:8100
|
||||||
@@ -41,6 +42,7 @@ realtime:
|
|||||||
websocket_enabled: false
|
websocket_enabled: false
|
||||||
allowed_origins:
|
allowed_origins:
|
||||||
- https://donetick.paccoco.com
|
- https://donetick.paccoco.com
|
||||||
|
- https://localhost
|
||||||
- capacitor://localhost
|
- capacitor://localhost
|
||||||
- http://localhost
|
- http://localhost
|
||||||
- http://localhost:8100
|
- http://localhost:8100
|
||||||
|
|||||||
Reference in New Issue
Block a user