Merge pull request #8634 from bluesky-social/jc/aaip
Detect Age Restricted Geos
This commit is contained in:
@@ -604,6 +604,7 @@ type IPCCRequest struct {
|
||||
}
|
||||
type IPCCResponse struct {
|
||||
CC string `json:"countryCode"`
|
||||
AgeRestrictedGeo string `json:"isAgeRestrictedGeo"`
|
||||
}
|
||||
|
||||
func (srv *Server) WebIpCC(c echo.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user