From c230201c9cd11a557e441700cbd7ac8e015ae2de Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sun, 22 Jun 2025 20:53:17 +0200 Subject: [PATCH] chore: Disable injection URL for non-official builds, b=no-bug, c=mods --- src/browser/app/profile/features/mods.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/app/profile/features/mods.inc b/src/browser/app/profile/features/mods.inc index 7d42013f..862ac5fb 100644 --- a/src/browser/app/profile/features/mods.inc +++ b/src/browser/app/profile/features/mods.inc @@ -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);