mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
14 lines
677 B
Plaintext
14 lines
677 B
Plaintext
|
|
# ######################################################################
|
|
# # CROSS-ORIGIN #
|
|
# ######################################################################
|
|
|
|
# ----------------------------------------------------------------------
|
|
# | 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> |