Skip to content

Commit b4c199f

Browse files
authored
Change the example CORS proxy to a Sourcegraph-hosted one (#8)
1 parent 56e8a7c commit b4c199f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The extension can be configured through JSON in user, organization or global set
4747
// CORS headers are necessary for the extension to fetch data, but Sonarqube does not send them by default.
4848
// Here you can customize the URL to an HTTP proxy that adds CORS headers.
4949
// By default Sourcegraph's CORS proxy is used.
50-
"sonarqube.corsAnywhereUrl": "https://cors-anywhere.herokuapp.com"
50+
"sonarqube.corsAnywhereUrl": "https://cors-anywhere.sgdev.org"
5151
}
5252
```
5353

0 commit comments

Comments
 (0)