[Bug 19236] Enable CORS on entire site

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19236

Paul Irish <paul.irish@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.irish@gmail.com

--- Comment #1 from Paul Irish <paul.irish@gmail.com> 2012-10-03 01:02:20 UTC ---
Not sure if we serve on apache but this should do it..


<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 3 October 2012 01:02:22 UTC