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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2014-11-11 16:25:10 +0300
committerJonne Haß <me@jhass.eu>2014-11-11 16:25:10 +0300
commitb4a24bd49e2a7f4b4ab75050dfba06f61bb2b9f6 (patch)
tree54902427cfb5bdd567ea95561031e22dc9239864 /public
parentaec00f834f444734245ad143eaae86acbe7ec001 (diff)
Drop no longer needed and too open crossdomain.xml
It allowed Flash apps on any domain to make requests on behalf of a signed in user. Thanks to Oliver Beg for the hint.
Diffstat (limited to 'public')
-rw-r--r--public/crossdomain.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/crossdomain.xml b/public/crossdomain.xml
deleted file mode 100644
index 6c5ca91c4..000000000
--- a/public/crossdomain.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<cross-domain-policy>
- <allow-access-from domain="*" to-ports="*" />
-</cross-domain-policy>