Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Nightly update pour rendre plus clair le dépot

Signed-off-by: Emmanuel ROY <ornithorynxe@live.fr>

Emmanuel ROY authored on 09/12/2018 04:28:27
Showing 1 changed files
1 1
deleted file mode 100755
... ...
@@ -1,25 +0,0 @@
1
-<?xml version="1.0"?>
2
-<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3
-<cross-domain-policy>
4
-
5
-
6
-<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
7
-
8
-<!-- Most restrictive policy: -->
9
-	<site-control permitted-cross-domain-policies="none"/>
10
-
11
-
12
-
13
-<!-- Least restrictive policy: -->
14
-<!--
15
-	<site-control permitted-cross-domain-policies="all"/>
16
-	<allow-access-from domain="*" to-ports="*" secure="false"/>
17
-	<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
18
-<!--
19
-  If you host a crossdomain.xml file with allow-access-from domain="*"
20
-  and don’t understand all of the points described here, you probably
21
-  have a nasty security vulnerability. ~ simon willison
22
-
23
-</cross-domain-policy>
Browse code

final procedural project

ER authored on 13/04/2012 10:17:34
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,25 @@
1
+<?xml version="1.0"?>
2
+<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3
+<cross-domain-policy>
4
+
5
+
6
+<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
7
+
8
+<!-- Most restrictive policy: -->
9
+	<site-control permitted-cross-domain-policies="none"/>
10
+
11
+
12
+
13
+<!-- Least restrictive policy: -->
14
+<!--
15
+	<site-control permitted-cross-domain-policies="all"/>
16
+	<allow-access-from domain="*" to-ports="*" secure="false"/>
17
+	<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
18
+-->
19
+<!--
20
+  If you host a crossdomain.xml file with allow-access-from domain="*"
21
+  and don’t understand all of the points described here, you probably
22
+  have a nasty security vulnerability. ~ simon willison
23
+-->
24
+
25
+</cross-domain-policy>