From a0146081b36a7c5a9b59bb331c6fd4518631e4a1 Mon Sep 17 00:00:00 2001 From: Narsil Date: Sat, 7 Aug 2021 13:52:35 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 089481a..8c1b1ad 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,22 @@ On the other hand, it tries to avoid all the automatic connections even though s It has also some changes in order to improve fingerprinting like canvas.poisondata and others. +## Known problems + +`Some breakage?` + +Try changing "network.http.referer.XOriginPolicy" from 2 to 1 + +`Performance loss?` + +Change these strings from false to true: + +javascript.options.ion + +javascript.options.baselinejit + +javascript.options.native_regexp + ## Thanks: * [Arkenfox user.js](https://github.com/arkenfox/user.js)