about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/pages/background/background.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/background/background.js b/src/pages/background/background.js
index ce004db4..87bc8dda 100644
--- a/src/pages/background/background.js
+++ b/src/pages/background/background.js
@@ -360,6 +360,9 @@ function redirectGoogleMaps(url, initiator) {
   if (disableOsm || isException(url, initiator)) {
     return null;
   }
+  if (initiator.host === "earth.google.com") {
+    return null;
+  }
   let redirect;
   let mapCentre = "";
   let params = "";