Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: overriding extension settings via registry? #1155

Open
hcldan opened this issue Sep 10, 2024 · 6 comments
Open

Question: overriding extension settings via registry? #1155

hcldan opened this issue Sep 10, 2024 · 6 comments
Labels
moved Moved to Bugzilla

Comments

@hcldan
Copy link

hcldan commented Sep 10, 2024

Looking at your excellent documentation but still have a question about the extension policies:

https://mozilla.github.io/policy-templates/#windows-gpo-55

In chrome, we use this path in the registry:

HKLM/Software/Policies/Google/Chrome/ExtensionSettings/<extid>

And set values for the object keys that they support, and the values are json (for arrays and such).

Is that possible here?

In chrome it is also possible to set runtime_allowed_hosts and runtime_blocked_hosts to further control what the extension is allowed to load on. I only see a restricted_domains which looks like a blocklist only.

We have many customers that all have different deployment locations, and we would like a way to control what sites the extension is active on outside of the extension manifest. Is this going to be possible with firefox's addons?

@hcldan hcldan changed the title Question Question: overriding extension settings via registry? Sep 10, 2024
@mkaply
Copy link
Collaborator

mkaply commented Sep 17, 2024

Yes, ExtensionSettings works the same on Firefox.,

Unfortunately we don't currently set those two settings though.

@hcldan
Copy link
Author

hcldan commented Sep 17, 2024

Unfortunately we don't currently set those two settings though.

@mkaply Set or read?

@mkaply
Copy link
Collaborator

mkaply commented Sep 17, 2024

Sorry, I meant support. We don't support those settings.

@hcldan
Copy link
Author

hcldan commented Sep 17, 2024

@mkaply Gotcha, thank you!

@hcldan
Copy link
Author

hcldan commented Sep 17, 2024

Any chance on getting support for that? It kind of kills our deployment model for FF.

@mkaply
Copy link
Collaborator

mkaply commented Sep 19, 2024

We have a bug opened, but it's in the backlog right now

https://bugzilla.mozilla.org/show_bug.cgi?id=1904061

Feel free to make a comment there with your use case.

Best not to make it feel like a "me too" just a why it's important to you :)

@mkaply mkaply added the moved Moved to Bugzilla label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moved Moved to Bugzilla
Projects
None yet
Development

No branches or pull requests

2 participants