From b66e973b33926d73efafe11e1a901e11fbdf0892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Fri, 8 Nov 2024 15:54:20 +0000 Subject: [PATCH] firefox: add lost comment on patch 005_apply_custom_urls.patch --- .../patch_changes/005_apply_custom_urls.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/helpers/DATA/firefox/patch_changes/005_apply_custom_urls.patch b/helpers/DATA/firefox/patch_changes/005_apply_custom_urls.patch index 32e1868..e58cd71 100644 --- a/helpers/DATA/firefox/patch_changes/005_apply_custom_urls.patch +++ b/helpers/DATA/firefox/patch_changes/005_apply_custom_urls.patch @@ -1,3 +1,22 @@ +URL customizations requires to comprehend the scope to handle the documentation for this +and other projects heavily customizing and rebranding Firefox like Abrowser does. + +This patch documents how to handle custom URLs to point to a desired page (initially). + +It replaces, + +* is="moz-support-link" +* support-page="..." + +to customize the default URL, making sure there is an id for l10n field, + +* data-l10n-id="..." + +so the corresponding message is displayed as it seems to be linked on some cases +with is="" and support-page="..." + +Cheers! + diff --git a/browser/components/preferences/privacy.inc.xhtml b/browser/components/preferences/privacy.inc.xhtml index a9e8501a..02328371 100644 --- a/browser/components/preferences/privacy.inc.xhtml