qutebrowser: Disable canvas fingerprinting
Do not allow html5 canvas reading in qutebrowser. This shuts off one of the main avenues of browser fingerprinting (aside from cookies) still currently undertaken. It will possibly stop some obscure streaming sites from working but I do not care, especially at the cost of fingerprinting information.
This commit is contained in:
parent
48229fc742
commit
587a46ccb7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# disable html5 canvas fingerprinting (at the cost of a couple streaming pages)
|
||||
c.content.canvas_reading = False
|
||||
c.content.blocking.enabled = True
|
||||
c.content.blocking.method = "both"
|
||||
c.content.blocking.adblock.lists = [
|
||||
|
|
Loading…
Reference in a new issue