add crossdomain.xml for Flash users

This commit is contained in:
Colin Davis 2012-09-16 19:54:14 -04:00
parent 1f15bbd817
commit 73b70cd995
4 changed files with 8 additions and 1 deletions

5
static/crossdomain.xml Normal file
View File

@ -0,0 +1,5 @@
<?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="*" />
<allow-http-request-headers-from domain="*" headers="*" secure="false" />
</cross-domain-policy>

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

2
static/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Allow: /

View File

@ -22,7 +22,7 @@ colin@robohash.org
<link href="//static1.robohash.org/static/css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<!-- JavaScript Files -->
<script src="//static1.robohash.org/static/js/jquery-1.3.2.min.js" type="text/javascript"></script>