🏡 index : ~doyle/zpan.git

author Jordan Doyle <jordan@doyle.wf> 2016-06-19 12:03:40.0 +00:00:00
committer Jordan Doyle <jordan@doyle.wf> 2016-06-19 12:03:40.0 +00:00:00
commit
fe7bbc8b77b04d90e035cad667e4aa1b63a15a22 [patch]
tree
4701fe8f8bba043f6e0035bec0ef2c78e014c87c
parent
faeb7a5f6fc44fcbce2962ef322a6b89095e6720
download
fe7bbc8b77b04d90e035cad667e4aa1b63a15a22.tar.gz

Access-Control-Allow-Headers doesn't allow wildcards



Diff

 public/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/.htaccess b/public/.htaccess
index d21bb1f..d7b7e87 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -22,7 +22,7 @@
ServerSignature Off
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "*"
Header set Access-Control-Allow-Headers "*"
Header set Access-Control-Allow-Headers "origin, accept, content-type, x-requested-with"
Header set Timing-Allow-Origin: "*"
Header unset X-Powered-By
AddDefaultCharset utf-8