Skip to content

Instantly share code, notes, and snippets.

@vladislav805
Last active July 19, 2025 23:25
Show Gist options
  • Save vladislav805/8bf63fb6f522f32397588f82a9f8fadd to your computer and use it in GitHub Desktop.
Save vladislav805/8bf63fb6f522f32397588f82a9f8fadd to your computer and use it in GitHub Desktop.
firefox

about:config

browser.download.improvements_to_download_panel

Disables the new behavior when downloading a file. source

Versions: Firefox >=98.

  • Earlier (false): a window opens with a choice of "Open in" and "Save".
  • Now (true): a window with saving opens immediately.

browser.urlbar.trimURLs

Disable trim protocol in address bar.

Versions: Firefox >= 7.

  • Earlier (false): in address bar: http://example.com/.
  • Now (true): in address bar: example.com/.

browser.search.searchEnginesURL

Do not update the list of search engines.

Versions: any?

  • Action: leave empty string.

List

Manage cache memory size

  • browser.cache.disk.enable
  • browser.cache.disk.capacity
  • browser.cache.disk.max_entry_size
  • browser.cache.disk.parent_directory
  • browser.cache.memory.enable
  • browser.cache.memory.capacity
  • browser.cache.memory.max_entry_size

Do not check signatures for xpi

xpinstall.signatures.required: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment