Disable history completion
This commit is contained in:
parent
40c825776d
commit
4a5b650d01
@ -50,3 +50,7 @@ c.content.notifications.enabled = False
|
|||||||
c.content.cookies.accept = "never"
|
c.content.cookies.accept = "never"
|
||||||
c.content.private_browsing = False
|
c.content.private_browsing = False
|
||||||
|
|
||||||
|
# History disable
|
||||||
|
c.completion.web_history.max_items = 0
|
||||||
|
c.completion.cmd_history_max_items = 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user