You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…the user.js file to define and persist almost all preferences for a profile.
…the profiles.ini file to configure the name and path of the main profile igloo.
…the ignore-dev-edition-profile file to fix Bugzilla bug 1098986 that causes Firefox Developer Edition to use the internal default profile regardless of whether another customized profile has been set as default. The problem can be fixed by creating the file within the Firefox application data folder.
…the chrome folder with the userChrome.css and userContent.css files to change the Firefox's UI components design and elements within the content.
…the documentation about the setup, tips & tricks and various configurations.
References
pyllyukko/user.js - Firefox user.js configuration file for Mozilla Firefox designed to harden browser settings and make it more secure.
ghacksuserjs/ghacks-user.js - An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting.
The text was updated successfully, but these errors were encountered:
Since the re-switch to Firefox in #139 , Google Chrome is only used for
compatibility tests for projects like web apps and websites
(React, Gatsby.js etc.) as well as private session when using web apps
especially build for Google Chrome's APIs/web capabilities.
ResolvesGH-205
This snowblock should add support for Firefox and Firefox Developer Edition. It includes…
user.js
file to define and persist almost all preferences for a profile.profiles.ini
file to configure the name and path of the main profileigloo
.ignore-dev-edition-profile
file to fix Bugzilla bug 1098986 that causes Firefox Developer Edition to use the internal default profile regardless of whether another customized profile has been set as default. The problem can be fixed by creating the file within the Firefox application data folder.chrome
folder with theuserChrome.css
anduserContent.css
files to change the Firefox's UI components design and elements within the content.containers.json
file of the Firefox Multi-Account Containers to persist the configured containers.References
user.js
configuration file for Mozilla Firefox designed to harden browser settings and make it more secure.The text was updated successfully, but these errors were encountered: