| 12345678910111213141516171819202122232425262728293031323334 |
- addons:
- - id: "multi_account_containers"
- version: "8.1.3"
- - id: "noscript"
- version: "11.4.29"
- - id: "easyscreenshot"
- version: "3.109"
- - id: "image_block"
- version: "5.1"
- - id: "tineye_reverse_image_search"
- version: "2.0.9"
- - id: "startpage_private_search"
- version: "2.0.1"
- # - id: "bulletproof"
- # version: "1.0.0"
- prefs:
- "privacy.history.custom": True
- # Disable XPI signing requirement, works in ESR and Development Edition
- "xpinstall.signatures.required": false
- "browser.toolbars.bookmarks.visibility": "always"
- "general.useragent.override": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36"
- "network.proxy.type": 1
- "network.proxy.socks": "127.0.0.1"
- "network.proxy.socks_port": 9001
- "network.proxy.socks_remote_dns": True
|