From d4eb025d765e0ae6c73d23795829181a6fd56f12 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Wed, 27 May 2020 23:29:16 +1000 Subject: Stop redirecting Google Maps JS API endpoints (#56) --- background.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 5c847024..d7b7318c 100644 --- a/background.js +++ b/background.js @@ -55,7 +55,7 @@ const bibliogramInstances = [ 'https://bibliogram.snopyta.org' ]; const osmDefault = 'https://openstreetmap.org'; -const googleMapsRegex = /https?:\/\/(((www|maps)\.)?(google).*(\/maps)|maps\.(google).*)/; +const googleMapsRegex = /https?:\/\/(((www|maps)\.)?(google\.).*(\/maps)|maps\.(google\.).*)/; const mapCentreRegex = /@(-?\d[0-9.]*),(-?\d[0-9.]*),(\d{1,2})[.z]/; const dataLatLngRegex = /(!3d|!4d)(-?[0-9]{1,10}.[0-9]{1,10})/g; const placeRegex = /\/place\/(.*)\//; diff --git a/manifest.json b/manifest.json index b6cce540..00a45f09 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.", - "version": "1.1.29", + "version": "1.1.30", "manifest_version": 2, "background": { "scripts": [ -- cgit 1.4.1