-
I'm trying to pre-configure Firefox for all users using policies.json. I'm currently able to set preferences like this:
This works well for the most part, but some preferences don't seem to be able to be set this way. Namely, I'm trying to set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We don't allow all preferences to be set because we were trying to avoid people messing with settings that they didn't fully understand that could impact the browser negatively. I've never had a request for any full-screen-api preferences until now :) What's the reason for setting this pref (just curious) I can look at adding them |
Beta Was this translation helpful? Give feedback.
I've been meaning to file a bug for this; I'm fairly certain that using a
.cfg
file at/etc/firefox
on Linux was never implemented (I've at least never been able to make it work either...).Putting the
.cfg
file at/usr/lib/firefox
(or/usr/lib64/firefox
, depending on your distro) should work for you for the time being.