Firefox console notice: Cookie “_ga” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute.
@@ -34,6 +34,7 @@
gtag('js', new Date());
gtag('config', '{{$ga}}', {{$gtag_config|safeJS}});
+ gtag('set', {'cookie_flags': 'SameSite=None;Secure'});
// Outbound link tracking.
document.addEventListener('click', onClickCallback, false);