mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
7 lines
425 B
XML
7 lines
425 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
|
|
<allow-access-from domain="*.newsblur.com" />
|
|
<allow-access-from domain="pr.local.host" />
|
|
<allow-access-from domain="media.newsblur" />
|
|
<site-control permitted-cross-domain-policies="master-only"/>
|
|
</cross-domain-policy>
|