mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
Disable BPC by default
BPC is not always necessary, and increases the memory footprint of Camoufox.
This commit is contained in:
parent
81fb672eaa
commit
956a384ef7
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ class DefaultAddons(Enum):
|
|||
"""
|
||||
|
||||
UBO = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
|
||||
BPC = "https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass_paywalls_clean-latest.xpi"
|
||||
# Disable by default. Not always necessary, and increases the memory footprint of Camoufox.
|
||||
# BPC = "https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass_paywalls_clean-latest.xpi"
|
||||
|
||||
|
||||
def get_debug_port(args: List[str]) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue