Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
cspBuilder.Append("img-src 'self' data: ");
cspBuilder.Append("https://www.googletagmanager.com ");
cspBuilder.Append("https://www.google-analytics.com ");
cspBuilder.Append("https://*.sitecorecloud.io ");

Check warning on line 53 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging-editing / Deploy the rendering host to an Azure WebApp

Check warning on line 53 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging-editing / Deploy the rendering host to an Azure WebApp

Check warning on line 53 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging / Deploy the rendering host to an Azure WebApp

Check warning on line 53 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging / Deploy the rendering host to an Azure WebApp

cspBuilder.Append("https://www.gravatar.com ");
cspBuilder.Append("https://www.gravatar.com ");

Check warning on line 54 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging-editing / Deploy the rendering host to an Azure WebApp

Check warning on line 54 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging-editing / Deploy the rendering host to an Azure WebApp

Check warning on line 54 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging / Deploy the rendering host to an Azure WebApp

Check warning on line 54 in headapps/MvpSite/MvpSite.Rendering/Extensions/ApplicationBuilderExtensions.cs

View workflow job for this annotation

GitHub Actions / deploy-mvp-staging / Deploy the rendering host to an Azure WebApp

cspBuilder.Append("https://community.sitecore.com ");
cspBuilder.Append("https://delivery-sitecore.sitecorecontenthub.cloud; ");

cspBuilder.Append("font-src 'self' ");
Expand Down
Loading