diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-19 18:49:42 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-19 18:49:42 +0300 |
commit | f6861164a34f2722b70feb0161bcfec2dd0d78ad (patch) | |
tree | 31b179255c1f5f058c8ada1f4f05520e0dffa362 /src/pages/options/widgets | |
parent | Added imgur.io #346. Fixed a typo in Unify. Fixed typo in IMDb #348 (diff) | |
download | libredirect-f6861164a34f2722b70feb0161bcfec2dd0d78ad.zip |
Disabled cookies for incognito for this release #291 #340
Diffstat (limited to 'src/pages/options/widgets')
-rw-r--r-- | src/pages/options/widgets/general.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/widgets/general.pug b/src/pages/options/widgets/general.pug index c8e043b9..fe144a57 100644 --- a/src/pages/options/widgets/general.pug +++ b/src/pages/options/widgets/general.pug @@ -10,8 +10,8 @@ section#general_page.option-block option(value="light" data-localise="__MSG_light__") Light option(value="dark" data-localise="__MSG_dark__") Dark - .some-block.option-block - h4() First-party isolation (Enable for Tor) + //- .some-block.option-block + h4 Tor Browser input#firstPartyIsolate(type="checkbox") .some-block.option-block |