Changeset 4e5920a5


Ignore:
Timestamp:
04/04/2024 09:18:23 PM (6 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
lazarus, trunk
Children:
05c1d3fc
Parents:
9c8c9a1
Message:

Firefox: Use the Google API key and discontinue the MLS one.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9c8c9a1 r4e5920a5  
    4242      <para>April 4th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Adapt Firefox to use Google's Location Service by
     46          removing our MLS API key. Fixes
     47          <ulink url="&blfs-ticket-root;19541">#19541</ulink>.</para>
     48        </listitem>
    4449        <listitem>
    4550          <para>[renodr] - Adapt Geoclue to use Google's Location Service due
  • xsoft/graphweb/firefox.xml

    r9c8c9a1 r4e5920a5  
    210210ac_add_options --disable-necko-wifi
    211211
    212 # API Keys for geolocation APIs - necko-wifi (above) is required for MLS
    213 # Uncomment the following line if you wish to use Mozilla Location Service
    214 #ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
    215 
    216 # Uncomment the following line if you wish to use Google's geolocation API
     212# Uncomment the following line if you wish to use Google's Geolocation API
    217213# (needed for use with saved maps with Google Maps)
    218214#ac_add_options --with-google-location-service-api-keyfile=$PWD/google-key
     
    340336      <para>
    341337        <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
    342         The Google and Mozilla API Keys below are specific to LFS. If using
    343         these instructions for another distro, or if you intend to distribute
     338        The Google API Key below is specific to LFS. If using these
     339        instructions for another distro, or if you intend to distribute
    344340        binary copies of the software using these instructions, please obtain
    345         your own keys following the instructions located at
    346         <ulink url="https://www.chromium.org/developers/how-tos/api-keys"/> and
    347         <ulink url="https://location.services.mozilla.com/api"/> respectively.
     341        your own key following the instructions located at
     342        <ulink url="https://www.chromium.org/developers/how-tos/api-keys"/>.
    348343        <!-- BLFS Devs, register an account at Google with your
    349344        @linuxfromscratch.org email address, and I'll make you an administrator
     
    353348    </note>
    354349
    355 <screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
    356 echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
     350<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key</userinput></screen>
    357351
    358352    <note>
Note: See TracChangeset for help on using the changeset viewer.