Disable history completion
This commit is contained in:
parent
40c825776d
commit
4a5b650d01
1 changed files with 4 additions and 0 deletions
|
@ -50,3 +50,7 @@ c.content.notifications.enabled = False
|
|||
c.content.cookies.accept = "never"
|
||||
c.content.private_browsing = False
|
||||
|
||||
# History disable
|
||||
c.completion.web_history.max_items = 0
|
||||
c.completion.cmd_history_max_items = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue