mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 08:38:46 +00:00
10 lines
453 B
Plaintext
10 lines
453 B
Plaintext
|
|
# ----------------------------------------------------------------------
|
|
# | Cross-origin requests |
|
|
# ----------------------------------------------------------------------
|
|
|
|
<IfModule mod_headers.c>
|
|
Header add Access-Control-Allow-Origin "*"
|
|
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
|
|
Header add Access-Control-Allow-Methods: "GET,POST,OPTIONS"
|
|
</IfModule> |