fileapi
Version:
FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.
22 lines (20 loc) • 1.1 kB
text/xml
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="local.git" secure="false"/>
<allow-access-from domain="local.evil" secure="false"/>
<allow-access-from domain="rubaxa.org" secure="false"/>
<allow-access-from domain="*.rubaxa.org" secure="false"/>
<allow-access-from domain="github.com" secure="false"/>
<allow-access-from domain="*.github.com" secure="false"/>
<allow-access-from domain="github.io" secure="false"/>
<allow-access-from domain="*.github.io" secure="false"/>
<allow-access-from domain="mail.ru" secure="false"/>
<allow-access-from domain="*.mail.ru" secure="false"/>
<allow-access-from domain="imgsmail.ru" secure="false"/>
<allow-access-from domain="*.imgsmail.ru" secure="false"/>
<allow-access-from domain="img.imgsmail.ru" secure="false"/>
<allow-access-from domain="*.img.imgsmail.ru" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>