diff --git a/src/Popup/Pages/AutofillPage/index.tsx b/src/Popup/Pages/AutofillPage/index.tsx index 8984175..c164277 100644 --- a/src/Popup/Pages/AutofillPage/index.tsx +++ b/src/Popup/Pages/AutofillPage/index.tsx @@ -109,11 +109,7 @@ const AutofillPage = ({ tab, ipData }: AutofillPageProps) => { - diff --git a/src/Popup/Pages/ConnectionPage/index.tsx b/src/Popup/Pages/ConnectionPage/index.tsx index e1d94f6..9a26f5b 100644 --- a/src/Popup/Pages/ConnectionPage/index.tsx +++ b/src/Popup/Pages/ConnectionPage/index.tsx @@ -40,6 +40,7 @@ const ConnectionPage = ({ tab, ipData }: ConnectionPageProps) => { + fetch( - 'http://ip-api.com/json?fields=status,message,country,countryCode,region,regionName,city,zip,lat,lon,timezone,isp,proxy,query' + 'http://ip-api.com/json?fields=status,message,country,countryCode,region,regionName,city,zip,lat,lon,timezone,isp,org,proxy,query' ) .then((response) => response.json()) .then((ipData) => {