Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
This commit is contained in:
commit
53555998a3
|
@ -0,0 +1,17 @@
|
|||
# This configuration is only needed for compatibility with zmninja on iOS
|
||||
|
||||
# If not using VirtualHosts, copy or symlink this file into the Apache config folder
|
||||
# If using VirtualHosts, then this config must be placed inside the appropriate
|
||||
# <VirtualHost> directive.
|
||||
|
||||
#zmNinja header permissions. Tweak to your needs
|
||||
Header always set Access-Control-Allow-Credentials true
|
||||
#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-Request-Methods "Authorization"
|
||||
Header always set Access-Control-Methods "OPTIONS,GET,POST,DELETE,PUT"
|
||||
Header always set Access-Control-Allow-Headers "X-Requested-With, Content-Type, Authorization, Origin, Accept, client-security-token"
|
||||
Header always set Access-Control-Expose-Headers "Content-Security-Policy, Location"
|
||||
Header always set Access-Control-Max-Age "1000"
|
||||
RewriteCond %{REQUEST_METHOD} OPTIONS
|
||||
RewriteRule ^(.*)$ $1 [R=200,L]
|
Loading…
Reference in New Issue