mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
feat: support new Google Analytics cookie requirements
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.
This commit is contained in:
parent
ebef2543c3
commit
95e128c8dc
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue