Skip to content

Commit

Permalink
🚩 feat(_config.yml): disable amp-geo feature for consent geoOverride
Browse files Browse the repository at this point in the history
- Updated remote consent URL to enable the tailored Cloudflare Worker's
  geo-detection feature for Iubenda consent
  • Loading branch information
chriskyfung committed Feb 10, 2025
1 parent 2b7f3d1 commit 4d6962f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ consent_preview: false
iubenda:
siteId: 3904687 # Your own site ID
cookiePolicyId: 30443530 # Your own cookie policy ID
remote_consent_url: https://chris-iubenda-for-amp.fumikr.workers.dev/ # Your own remote consent URL
remote_consent_url: https://chris-iubenda-for-amp.fumikr.workers.dev/?auto-detect=1 # Your own remote consent URL
tp_btn_style: false
tp_btn_position: 'bottom-left'

# amp-geo settings
amp_geo:
enabled: true
consent_override: true
# # amp-geo settings
# amp_geo:
# enabled: true
# consent_override: true

# Build settings
plugins:
Expand Down

0 comments on commit 4d6962f

Please sign in to comment.