feat(challenge modal): remember trusted board websites

This commit is contained in:
Tommaso Casaburi
2026-05-06 19:05:26 +07:00
parent 2ebd9ecc30
commit cb05a8b905
46 changed files with 733 additions and 366 deletions
+8 -2
View File
@@ -364,6 +364,12 @@
"more_threads_last_week": "{{count}} threads since {{currentTimeFilterName}} — [<1>Show More Threads from Last Week</1>]",
"more_threads_last_month": "{{count}} threads since {{currentTimeFilterName}} — [<1>Show More Threads from Last Month</1>]",
"more_threads_last_year": "{{count}} threads since {{currentTimeFilterName}} — [<1>Show More Threads from Last Year</1>]",
"iframe_challenge_confirm": "{{board}} wants to open {{site}}.\n\nFor {{publicationType}}: {{excerpt}}",
"media_hosting_provider_unavailable": "Unavailable from this network. Try another network or a VPN."
"iframe_challenge_confirm": "{{board}} wants to open {{site}}.",
"media_hosting_provider_unavailable": "Unavailable from this network. Try another network or a VPN.",
"board_link_permissions": "Board link permissions",
"trusted_board_links_intro": "Boards can open these sites without asking.",
"trusted_board_links_empty": "No trusted board links.",
"trusted_board_link_until_revoked": "until revoked",
"trusted_board_link_checkbox": "Always allow boards to open this website",
"revoke": "Revoke"
}