diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-11 09:57:41 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-11 09:57:41 +0300 |
commit | d81a4b9766cd536231ba5911bda857962480a046 (patch) | |
tree | 46acd8d17a33e7ed42f79fe1e5263b594393990e /src/pages/options/index.html | |
parent | Added Switch Instance to proxiTok & fixed instance fetching for it #326 (diff) | |
download | libredirect-d81a4b9766cd536231ba5911bda857962480a046.zip |
Fixing cookies #319 #323
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index afd0b0dc..8d19b3a4 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -68,6 +68,10 @@ </select> </div> <div class="some-block option-block"> + <h4>First-party isolation (Enable for Tor)</h4> + <input id="firstPartyIsolate" type="checkbox"> + </div> + <div class="some-block option-block"> <h4 data-localise="__MSG_autoRedirect__"></h4> <input id="auto-redirect" type="checkbox"> </div> |