Update startup homepage override URL in branding-patch.ts

This commit is contained in:
mr. M 2024-10-14 17:21:09 +02:00
parent 50af7094ed
commit e0583c2e94
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 2 additions and 2 deletions

View file

@ -397,7 +397,7 @@ function configureProfileBranding(
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
pref("startup.homepage_override_url", "https://zen-browser.app/welcome/");
pref("startup.homepage_override_url", "https://zen-browser.app/whatsnew?v=%VERSION%");
pref("startup.homepage_welcome_url", "https://zen-browser.app/welcome/");
pref("startup.homepage_welcome_url.additional", "https://zen-browser.app/privacy-policy/");