Skip to content

Instantly share code, notes, and snippets.

@h3xstream
Created January 25, 2014 00:17
Show Gist options
  • Save h3xstream/8609577 to your computer and use it in GitHub Desktop.
Save h3xstream/8609577 to your computer and use it in GitHub Desktop.
Ebay crossdomain.xml configuration (snapshot January 24)
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*.ebay.com" secure="false"/>
<allow-access-from domain="*.ebay.au" secure="false"/>
<allow-access-from domain="*.ebay.at" secure="false"/>
<allow-access-from domain="*.ebay.be" secure="false"/>
<allow-access-from domain="*.ebay.ca" secure="false"/>
<allow-access-from domain="*.ebay.com.cn" secure="false"/>
<allow-access-from domain="*.ebay.fr" secure="false"/>
<allow-access-from domain="*.ebay.de" secure="false"/>
<allow-access-from domain="*.ebay.com.hk" secure="false"/>
<allow-access-from domain="*.ebay.in" secure="false"/>
<allow-access-from domain="*.ebay.ie" secure="false"/>
<allow-access-from domain="*.ebay.it" secure="false"/>
<allow-access-from domain="*.ebay.com.my" secure="false"/>
<allow-access-from domain="*.ebay.nl" secure="false"/>
<allow-access-from domain="*.ebay.nz" secure="false"/>
<allow-access-from domain="*.ebay.ph" secure="false"/>
<allow-access-from domain="*.ebay.pl" secure="false"/>
<allow-access-from domain="*.ebay.sg" secure="false"/>
<allow-access-from domain="*.ebay.es" secure="false"/>
<allow-access-from domain="*.ebay.ch" secure="false"/>
<allow-access-from domain="*.ebay.co.uk" secure="false"/>
<allow-access-from domain="*.ebayrtm.com" secure="false"/>
<allow-access-from domain="*.ebaystatic.com" secure="false"/>
<allow-access-from domain="*.verve8media.com" secure="false"/>
<allow-access-from domain="*.westernfreight.com" secure="false"/>
<allow-access-from domain="*.ebay.ru" secure="false"/>
<allow-access-from domain="*.mobile.de" secure="false"/>
<allow-access-from domain="*.innovid.com " secure="false"/>
<allow-http-request-headers-from domain="*.ebay.com" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.au" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.at" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.be" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.ca" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.com.cn" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.fr" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.de" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.com.hk" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.in" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.ie" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.it" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.com.my" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.nl" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.nz" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.ph" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.pl" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.sg" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.es" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.ch" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.co.uk" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebaystatic.com" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.verve8media.com" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.westernfreight.com" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.ebay.ru" headers="*" secure="false"/>
<allow-http-request-headers-from domain="*.mobile.de" headers="*" secure="false"/>
<allow-access-from domain="*.ebayimg.com" secure="true"/>
<allow-http-request-headers-from domain=".ebayimg.com" headers="" secure="true"/>
<allow-http-request-headers-from domain="*.innovid.com" headers="*" secure="false"/>
</cross-domain-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment