Skip to content

Commit

Permalink
Let's give CORS a try.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Mar 27, 2015
1 parent 70f0ee1 commit 45da5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .htaccess
Expand Up @@ -2,3 +2,4 @@ ErrorDocument 404 /404.html

RewriteEngine on

Header set Access-Control-Allow-Origin "*"
2 changes: 1 addition & 1 deletion builds/.htaccess
Expand Up @@ -4,7 +4,7 @@ RewriteRule ^([0-9]+)/(.*)$ http://downloads.immutant.or

RewriteRule ^(torquebox-immutant\.zip)$ http://projectodd.ci.cloudbees.com/job/overlay/lastSuccessfulBuild/artifact/target/$1 [P]

RewriteRule ^build-info/(.*)$ https://projectodd.ci.cloudbees.com/$1 [P]
RewriteRule ^build-info/(.*)$ http://projectodd.ci.cloudbees.com/$1 [P]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Expand Down

0 comments on commit 45da5c8

Please sign in to comment.