added note to make sure headers is on

pull/2222/head
Pliable Pixels 2018-09-26 10:17:16 -04:00 committed by GitHub
parent 97e06bb0fd
commit 6bca9415e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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