diff options
| author | sD <stoned@derpymail.org> | 2020-07-20 10:23:15 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-20 10:23:15 +0200 |
| commit | 0b63ae06bba6ee6bc428055f684164cc475a1e8e (patch) | |
| tree | d1596818fc525bf6e12976a3e262f22e86910cda /.htaccess | |
| parent | 35bc5820d194fdb964c40694078f7bc89b62af16 (diff) | |
| parent | e5f3a22ba242b0921c58290fed7147a9912dceac (diff) | |
Merge branch 'master' into objection_maker
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 458a24c..0000000 --- a/.htaccess +++ /dev/null @@ -1,12 +0,0 @@ -ErrorDocument 404 "not found" -Header always set Access-Control-Allow-Origin "*" -Header always set Access-Control-Allow-Methods "POST, GET, PUT, OPTIONS, PATCH, DELETE" -Header always set Access-Control-Allow-Headers "X-Accept-Charset,X-Accept,Content-Type" -RewriteEngine On -RewriteBase / -RewriteCond %{REQUEST_METHOD} OPTIONS -RewriteRule ^(.*)$ $1 [R=200,L,E=HTTP_ORIGIN:%{HTTP:ORIGIN}]] -<IfModule mod_speling.c> - CheckCaseOnly On - CheckSpelling On -</IfModule>
\ No newline at end of file |
