We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bb1f7 commit e26d552Copy full SHA for e26d552
1 file changed
src/NuGetGallery/Web.config
@@ -209,7 +209,7 @@
209
<!-- CSP related settings -->
210
<!-- *********************** -->
211
<!-- need to be changed per enviroment-->
212
- <add key="CspReportUri" value="https://csp.microsoft.com/report/NuGetGallery-Dev"/>
+ <add key="Gallery.CspReportUri" value=""/>
213
</appSettings>
214
<connectionStrings>
215
<add name="Gallery.SqlServer" connectionString="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True" providerName="System.Data.SqlClient"/>
0 commit comments