[LEG-246] Geo overlay (#8881)

* Add AgeBlockedGeo

* Add MaxMind usage text

* Add geo overlay

---------

Co-authored-by: rafael <rafael@blueskyweb.xyz>
(cherry picked from commit 912ab1bd9b)
This commit is contained in:
Eric Bailey
2025-08-22 14:55:16 -05:00
parent 683d7bf5a7
commit e5a948b1b0
9 changed files with 269 additions and 22 deletions
+1
View File
@@ -10,6 +10,7 @@ export type Device = {
geolocation?: {
countryCode: string | undefined
isAgeRestrictedGeo: boolean | undefined
isAgeBlockedGeo: boolean | undefined
}
trendingBetaEnabled: boolean
devMode: boolean