]> git.openstreetmap.org Git - rails.git/blob - public/oauth/crossdomain.xml
Add a way_with_nodes factory, and use it in the way_controller tests.
[rails.git] / public / oauth / crossdomain.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3
4 <cross-domain-policy>
5         <allow-access-from domain="*"/>
6         <allow-http-request-headers-from domain="*" headers="*"/>
7 </cross-domain-policy>