mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Improve cookie security
This commit is contained in:
parent
7dfbc16f4c
commit
11887b793a
3 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ const prefList*: Table[string, seq[Pref]] = {
|
|||
|
||||
"Display": @[
|
||||
Pref(kind: checkbox, name: "hideTweetStats",
|
||||
label: "Hide tweet stats (replies, retweets, likes",
|
||||
label: "Hide tweet stats (replies, retweets, likes)",
|
||||
defaultState: false),
|
||||
|
||||
Pref(kind: checkbox, name: "hideBanner", label: "Hide profile banner",
|
||||
|
|
|
|||
Loading…
Reference in a new issue