added note to make sure headers is on
parent
97e06bb0fd
commit
6bca9415e8
|
@ -4,7 +4,9 @@
|
||||||
# If using VirtualHosts, then this config must be placed inside the appropriate
|
# If using VirtualHosts, then this config must be placed inside the appropriate
|
||||||
# <VirtualHost> directive.
|
# <VirtualHost> directive.
|
||||||
|
|
||||||
#zmNinja header permissions. Tweak to your needs
|
# Make sure you have enabled headers with sudo a2enmod headers
|
||||||
|
# zmNinja header permissions. Tweak to your needs
|
||||||
|
|
||||||
Header always set Access-Control-Allow-Credentials true
|
Header always set Access-Control-Allow-Credentials true
|
||||||
#zmNinja's WKWebView will set the origin header as localhost:8080
|
#zmNinja's WKWebView will set the origin header as localhost:8080
|
||||||
Header always set Access-Control-Allow-Origin "http://localhost:8080"
|
Header always set Access-Control-Allow-Origin "http://localhost:8080"
|
||||||
|
|
Loading…
Reference in New Issue