A mostrar questões marcadas: Mostrar todas as questões

Disable Create New Profile

Can you add a configuration setting to Mozilla Firefox to disable Create New Profile, configurable in the policies.json file? (A second option but a much uglier one woul… (ler mais)

Can you add a configuration setting to Mozilla Firefox to disable Create New Profile, configurable in the policies.json file? (A second option but a much uglier one would be to disable being able to select a file location for a new profile. Then you could make the default profile directory write only, which would also accomplish the same thing.) (A third option would be to able to configure extensions by default upon installation in the ExtensionSettings policy.)

To explain, I use LeechblockNG on Firefox on Ubuntu. Very helpful. By placing a policies.json file (see at bottom) in /etc/firefox/policies/ directory, I can create a system wide policy. I can make the LeechblockNG extension mandatory and to be installed upon every new profile creation. That all works very well. HOWEVER, there is NO way to be able to set those options in the new profile. So LeechblockNG is installed with default options (which are no blocking at all), which effectively bypasses the addon.

I am also writing the author of the leechblock extension to see if there is any way to set the options for leechblock upon installation (the third option above).

But I know other people have this same question, and at present, if I am correct, there is no way to block new profile creation, or the Profile Manager window in Firefox.

So could you please add that option to the Firefox policies.json configuration? Something like "DisableNewProfiles": true would do it.

Thanks!

My current policies.json file in /etc/firefox/policies/ directory: { "policies": { "BlockAboutConfig": true, "BlockAboutProfiles": true, "PrivateBrowsingModeAvailability": 1, "DisableSafeMode": true, "ExtensionSettings":{ "*": { "installation_mode": "blocked", "blocked_install_message": "Prohibited install more extensions." }, "leechblockng@proginosko.com": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/file/4374316/leechblock_ng-1.6.6.xpi" } } } }

Colocada por pqwoenqr34 1 semana atrás

Última resposta por pqwoenqr34 4 dias atrás

Ability to drag maximized windows when using vertical tabs.

So I'm in the process of switching to Firefox again now that native vertical tabs are an option. I'd like to be able to drag maximized windows by just flicking my mouse t… (ler mais)

So I'm in the process of switching to Firefox again now that native vertical tabs are an option. I'd like to be able to drag maximized windows by just flicking my mouse to the top anywhere and dragging, but it won't allow me unless "Menu Bar" or "Title Bar" is enabled. I'd rather not enable either as I like how it looks without them...

I did manage to add the space I wanted by adding this to the "userChrome.css" file:

  1. nav-bar {

margin-top: 15px !important; }

but it seems to only be cosmetic and won't allow me to use it for dragging the window...

Colocada por Daniel 1 semana atrás

Managing Deeply Nested Bookmarks

I have tons of manga I keep up with and I separate them by category but this creates a lot of folders with a lot of entries. I want the bookmark panel to be a side panel … (ler mais)

I have tons of manga I keep up with and I separate them by category but this creates a lot of folders with a lot of entries. I want the bookmark panel to be a side panel so I can drag and drop updated bookmarks as well as having all entries in a folder be visible when browsing bookmarks.

That last part is the most important so I can quickly find specific things while scrolling

Colocada por bforbiggy 1 semana atrás