[LEG-246] Geo overlay (#8881)

* Add AgeBlockedGeo

* Add MaxMind usage text

* Add geo overlay

---------

Co-authored-by: rafael <rafael@blueskyweb.xyz>
This commit is contained in:
Eric Bailey
2025-08-22 14:55:16 -05:00
committed by GitHub
parent f038ac70da
commit 912ab1bd9b
9 changed files with 269 additions and 22 deletions
+5
View File
@@ -475,4 +475,9 @@ export type MetricEvents = {
'ageAssurance:redirectDialogFail': {}
'ageAssurance:appealDialogOpen': {}
'ageAssurance:appealDialogSubmit': {}
/*
* Specifically for the `BlockedGeoOverlay`
*/
'blockedGeoOverlay:shown': {}
}