From f70379d24d2925e67803597cb1fc034c2622571d Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 2 Nov 2023 21:20:43 -0400 Subject: [PATCH] FIX: the referenced site setting is named differently The Great Rename of e0d92322 changed the referenced setting name to `allowed_inline_onebox_domains`, not `inline_onebox_domain_allowlist`. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 035425934a4..1eeb575e68f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1598,7 +1598,7 @@ en: blocked_onebox_domains: "A list of domains that will never be oneboxed e.g. wikipedia.org\n(Wildcard symbols * ? not supported)" block_onebox_on_redirect: "Block onebox for URLs that redirect." allowed_inline_onebox_domains: "A list of domains that will be oneboxed in miniature form if linked without a title" - enable_inline_onebox_on_all_domains: "Ignore inline_onebox_domain_allowlist site setting and allow inline onebox on all domains." + enable_inline_onebox_on_all_domains: "Ignore allowed_inline_onebox_domains site setting and allow inline onebox on all domains." force_custom_user_agent_hosts: "Hosts for which to use the custom onebox user agent on all requests. (Especially useful for hosts that limit access by user agent)." max_oneboxes_per_post: "Maximum number of oneboxes in a post." facebook_app_access_token: "A token generated from your Facebook app ID and secret. Used to generate Instagram oneboxes."