Merge pull request #6961 from betagouv/main

2022-02-15-02
This commit is contained in:
Pierre de La Morinerie 2022-02-15 12:07:51 +01:00 committed by GitHub
commit d7557dfe1b
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 matomo = Rails.application.secrets.matomo
{ {
cookie_domain: matomo[:cookie_domain], cookieDomain: matomo[:cookie_domain],
domain: matomo[:domain], domain: matomo[:domain],
enabled: matomo[:enabled], enabled: matomo[:enabled],
host: matomo[:host], host: matomo[:host],