From a020e51395dc315e3d674250a8b8053fc22693bd Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 19 Jun 2016 12:54:33 +0100 Subject: [PATCH] Allow all headers and all methods --- public/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index ed4d0da..be821dc 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -21,6 +21,8 @@ ServerSignature Off Header set Access-Control-Allow-Origin "*" +Header set Access-Control-Allow-Methods "*" +Header set Access-Control-Request-Headers "*" Header set Timing-Allow-Origin: "*" Header unset X-Powered-By AddDefaultCharset utf-8 -- libgit2 1.7.2