Skip to content

Commit a024188

Browse files
Adiciona dependencias do AWS
1 parent 54f9d23 commit a024188

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coderockr.com

crossdomain.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)