Skip to content

Commit 7ddcd27

Browse files
authored
Use our own cors-anywhere server (#4)
1 parent c94d112 commit 7ddcd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"sonarqube.corsAnywhereUrl": {
6666
"description": "The URL to a CORS proxy.",
6767
"type": "string",
68-
"default": "https://cors-anywhere.herokuapp.com"
68+
"default": "https://cors-anywhere.sgdev.org"
6969
},
7070
"sonarqube.repositoryNamePattern": {
7171
"description": "Regular expression with that is matched on the repository name to extract the capture groups for organization and project key templates.",

0 commit comments

Comments
 (0)