From 01ddc2f124193b2f93627054655816ac7beb6ac1 Mon Sep 17 00:00:00 2001 From: rafael Date: Tue, 19 Aug 2025 21:09:48 -0300 Subject: [PATCH] Add AgeBlockedGeo --- bskyweb/cmd/bskyweb/server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bskyweb/cmd/bskyweb/server.go b/bskyweb/cmd/bskyweb/server.go index 4208eea2d8..958701ed2a 100644 --- a/bskyweb/cmd/bskyweb/server.go +++ b/bskyweb/cmd/bskyweb/server.go @@ -606,6 +606,7 @@ type IPCCRequest struct { type IPCCResponse struct { CC string `json:"countryCode"` AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"` + AgeBlockedGeo bool `json:"isAgeBlockedGeo,omitempty"` } // IP address data is powered by IPinfo