Skip to content
Snippets Groups Projects
Commit 49857c59 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Allow cross origin GET for sharecode

This is needed to include alert.shtml in the newsroom
parent 7315ddcc
No related branches found
No related tags found
No related merge requests found
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, OPTIONS"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment