Merge pull request #6960 from betagouv/fix-matomo-cookie-domain

Correction du réglage "cookieDomain" de Matomo
This commit is contained in:
Paul Chavard 2022-02-15 12:03:24 +01:00 committed by GitHub
commit c848fc6d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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],