mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
add crossdomain.xml for Flash users
This commit is contained in:
parent
16900fc533
commit
0ced037cc7
5
static/crossdomain.xml
Normal file
5
static/crossdomain.xml
Normal 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
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
2
static/robots.txt
Normal file
2
static/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Allow: /
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user