Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-12 01:08:12 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-12 01:08:12 +0400
commit4c199dfaecc3ca9262c7348ef8ff56618e0a8257 (patch)
treed58353dd9bef3d486e5a75cfada950f8034c94ee /misc
parenteebfa9c35ffbe76c7723a50a4ef2c4a4e84e824b (diff)
Fixes #787 - change to support embedded widgets across domains; add
sample cross domain policy (install in wwwroot and edit list of permitted hosts) Adobe specification for crossdomain.xml: - http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.htm
Diffstat (limited to 'misc')
-rw-r--r--misc/crossdomain.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/crossdomain.xml b/misc/crossdomain.xml
new file mode 100644
index 0000000000..d9d29cc4f2
--- /dev/null
+++ b/misc/crossdomain.xml
@@ -0,0 +1,5 @@
+<?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="*.piwik.org" />
+</cross-domain-policy>