We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e8a7c commit b4c199fCopy full SHA for b4c199f
README.md
@@ -47,7 +47,7 @@ The extension can be configured through JSON in user, organization or global set
47
// CORS headers are necessary for the extension to fetch data, but Sonarqube does not send them by default.
48
// Here you can customize the URL to an HTTP proxy that adds CORS headers.
49
// By default Sourcegraph's CORS proxy is used.
50
- "sonarqube.corsAnywhereUrl": "https://cors-anywhere.herokuapp.com"
+ "sonarqube.corsAnywhereUrl": "https://cors-anywhere.sgdev.org"
51
}
52
```
53
0 commit comments