adding a geolocation permission option

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
User avatar
noellarkin
Fanatic
Fanatic
Posts: 120
Joined: 2021-07-27, 04:20

adding a geolocation permission option

Post by noellarkin » 2024-06-28, 08:30

Right now, the geolocations permissions are either 1)always block or 2)ask.
I have a Pale Moon profile that I use for some ecommerce/local delivery sites, where I'd like to be able to have geo-location as "always allowed". Is there any way I can do this with the existing about:config settings, or can this be included in a future update?

User avatar
Moonchild
Project founder
Project founder
Posts: 39699
Joined: 2011-08-28, 17:27
Location: Sweden

Re: adding a geolocation permission option

Post by Moonchild » 2024-06-28, 09:49

You can make it permanent in the doorhanger, but after the fact/at any time, just open Pale Moon's permissions manager (from the application menu, "Permissions"), select the site you want to allow geo for, then on the right set geolocation to "allow"

User avatar
noellarkin
Fanatic
Fanatic
Posts: 120
Joined: 2021-07-27, 04:20

Re: adding a geolocation permission option

Post by noellarkin » 2024-06-28, 10:18

Thank you!