Use crossorigin.me by default

This commit is contained in:
Rodrigo Fernandes 2016-10-15 12:52:16 +01:00
parent 149a76dfb9
commit fb931d6189
3 changed files with 3 additions and 3 deletions

View file

@ -511,7 +511,7 @@ $(document).ready(function() {
fetchUrl = bitbucketUrlGen(values[1], values[2], 'pullrequests', values[3]);
} else {
console.info('Could not parse url, using the provided url.');
fetchUrl = url;
fetchUrl = 'https://crossorigin.me/' + url;
}
return {

2
docs/url.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -114,7 +114,7 @@ $(document).ready(function() {
fetchUrl = bitbucketUrlGen(values[1], values[2], 'pullrequests', values[3]);
} else {
console.info('Could not parse url, using the provided url.');
fetchUrl = url;
fetchUrl = 'https://crossorigin.me/' + url;
}
return {