Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 891332c5 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Enable JIT by default

parent bc123358
Loading
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
From 6670d4b258d3a80640af846cd429851948798c72 Mon Sep 17 00:00:00 2001
From: Nishith Khanna <nishithkhanna@e.email>
Date: Tue, 13 Jan 2026 12:51:28 +0000
Subject: Enable JIT by default

---
 .../content_settings/core/browser/content_settings_registry.cc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc
index a881ba1743f4b..b482c28f03e72 100644
--- a/components/content_settings/core/browser/content_settings_registry.cc
+++ b/components/content_settings/core/browser/content_settings_registry.cc
@@ -589,7 +589,7 @@ void ContentSettingsRegistry::Init() {
            PermissionSettingsInfo::EXCEPTIONS_ON_SECURE_ORIGINS_ONLY);
 
   Register(ContentSettingsType::JAVASCRIPT_JIT, "javascript-jit",
-           CONTENT_SETTING_BLOCK, WebsiteSettingsInfo::UNSYNCABLE,
+           CONTENT_SETTING_ALLOW, WebsiteSettingsInfo::UNSYNCABLE,
            /*allowlisted_primary_schemes=*/{},
            /*valid_settings=*/{CONTENT_SETTING_ALLOW, CONTENT_SETTING_BLOCK},
            WebsiteSettingsInfo::TOP_ORIGIN_ONLY_SCOPE,
-- 
2.51.2
+1 −0
Original line number Diff line number Diff line
@@ -66,3 +66,4 @@ Browser-Move-to-Murena-Qwant-from-QwanteSpot.patch
Browser-Check-for-webapk-and-system-signature.patch
Browser-Add-support-for-eOS-webapk.patch
Enable-zoom-option-in-main-menu-by-default.patch
Enable-JIT-by-default.patch