1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 14:55:30 +02:00

chore: Disable injection URL for non-official builds, b=no-bug, c=mods

This commit is contained in:
Mr. M 2025-06-22 20:53:17 +02:00
parent 2f1d45cc7b
commit c230201c9c
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -6,7 +6,7 @@ pref('zen.mods.updated-value-observer', false);
pref('zen.mods.auto-update-days', 20); // In days
#ifndef MOZILLA_OFFICIAL
#ifdef MOZILLA_OFFICIAL
pref('zen.mods.auto-update', true);
pref('zen.rice.api.url', 'https://share.zen-browser.app', locked);
pref('zen.injections.match-urls', 'https://zen-browser.app/*,https://share.zen-browser.app/*', locked);