mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 20:39:59 +02:00
chore: Disable injection URL for non-official builds, b=no-bug, c=mods
This commit is contained in:
parent
2f1d45cc7b
commit
c230201c9c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue