Merge pull request #6960 from betagouv/fix-matomo-cookie-domain
Correction du réglage "cookieDomain" de Matomo
This commit is contained in:
commit
c848fc6d00
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class ApplicationController < ActionController::Base
|
|||
matomo = Rails.application.secrets.matomo
|
||||
|
||||
{
|
||||
cookie_domain: matomo[:cookie_domain],
|
||||
cookieDomain: matomo[:cookie_domain],
|
||||
domain: matomo[:domain],
|
||||
enabled: matomo[:enabled],
|
||||
host: matomo[:host],
|
||||
|
|
Loading…
Reference in a new issue