1
0
Fork 0
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:
pigpig 2020-12-11 22:39:31 +01:00
parent fb9b399b00
commit 08b4d3966f

View file

@ -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__"