Skip to content

Commit

Permalink
Debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 16, 2024
1 parent 4f0e154 commit 8ef57c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.BaseTheme/Views/GoogleTag.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var trackingConsentFeature = ViewContext.HttpContext.Features.Get<ITrackingConsentFeature>();
}

@if (HostEnvironment.IsProduction() && (trackingConsentFeature is null || trackingConsentFeature.CanTrack))
@if (true)
{
GoogleAnalyticsContentSecurityPolicyProvider.EnableForCurrentRequest(Context);

Expand Down

0 comments on commit 8ef57c7

Please sign in to comment.