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 | |
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')
-rw-r--r-- | src/pages/options/index.html | 2 | ||||
-rw-r--r-- | src/pages/options/widgets/general.pug | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index 0bb4ecde..9e318512 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -71,7 +71,7 @@ </select> </div> <div class="some-block option-block"> - <h4>First-party isolation (Enable for Tor)</h4> + <h4>Tor Browser</h4> <input id="firstPartyIsolate" type="checkbox"> </div> <div class="some-block option-block"> 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 |