mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
Remove CORS * header
This commit is contained in:
parent
fb9b399b00
commit
08b4d3966f
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@ server:
|
|||
enabled: false # if https should be enabled
|
||||
redirecttohttps: false # redirect to https if site is accessed by http
|
||||
|
||||
responseheaders: # response headers are added to every response (default: none)
|
||||
Access-Control-Allow-Origin: "*"
|
||||
Access-Control-Allow-Methods: "GET,POST"
|
||||
|
||||
stream:
|
||||
allowedorigins: # allowed origins for websocket connections (same origin is always allowed)
|
||||
- ".+.__DOMAIN__"
|
||||
|
|
Loading…
Reference in a new issue