Il banner consente solo necessari o tutti i cookie; GA4 si carica solo dopo consenso. Aggiornati privacy, footer, sitemap e variabile GOOGLE_ANALYTICS_MEASUREMENT_ID. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
134 B
Ruby
10 lines
134 B
Ruby
module LegalHelper
|
|
def legal_last_updated
|
|
"3 giugno 2026"
|
|
end
|
|
|
|
def cookie_policy_last_updated
|
|
"3 giugno 2026"
|
|
end
|
|
end
|