Skip to content

Commit 777fb40

Browse files
authored
fix: use our cors proxy (#6)
1 parent 7ddcd27 commit 777fb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonarqube.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function activate(context: sourcegraph.ExtensionContext): void {
4646
return { editor, issues: [] as Issue[], errorMessage: null }
4747
}
4848
const corsAnyWhereUrl = new URL(
49-
config['sonarqube.corsAnywhereUrl'] || 'https://cors-anywhere.herokuapp.com'
49+
config['sonarqube.corsAnywhereUrl'] || 'https://cors-anywhere.sgdev.org'
5050
)
5151
const sonarqubeUrl = new URL(config['sonarqube.instanceUrl'] || 'https://sonarcloud.io/')
5252
const apiOptions: ApiOptions = {

0 commit comments

Comments
 (0)