Use crossorigin.me by default
This commit is contained in:
parent
149a76dfb9
commit
fb931d6189
3 changed files with 3 additions and 3 deletions
|
|
@ -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
2
docs/url.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue