Comment # 11 on bug 1166674 from
Do I understand correctly, that the issue is that SUSE have to use its own
Google Location Service API Key?

I've downloaded Firefox build from mozilla.org (78.3.0esr, the same as in Leap
15.2) and see that geolocation works as expected for mozilla.org build.
The only thing which is different is 

> grep -R --binary-files=text MOZ_GOOGLE_LOCATION_SERVICE_API_KEY omni.ja
  MOZ_GOOGLE_LOCATION_SERVICE_API_KEY:
"AIzaSyB2h2OuRcUgy5N-5hsZqiPW6sH3n_rptiQ",
      AppConstants.MOZ_GOOGLE_LOCATION_SERVICE_API_KEY,
    aMsg = AppConstants.MOZ_GOOGLE_LOCATION_SERVICE_API_KEY
          RegExp(AppConstants.MOZ_GOOGLE_LOCATION_SERVICE_API_KEY, "g"),

> grep -R --binary-files=text MOZ_GOOGLE_LOCATION_SERVICE_API_KEY /usr/lib64/firefox/omni.ja
  MOZ_GOOGLE_LOCATION_SERVICE_API_KEY: "no-google-location-service-api-key",
      AppConstants.MOZ_GOOGLE_LOCATION_SERVICE_API_KEY,
    aMsg = AppConstants.MOZ_GOOGLE_LOCATION_SERVICE_API_KEY
          RegExp(AppConstants.MOZ_GOOGLE_LOCATION_SERVICE_API_KEY, "g"),


You are receiving this mail because: