From b4a569536c144cc4cb5970ef5c513858c123b0bc Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Thu, 16 Apr 2026 11:59:28 -0700 Subject: [PATCH] servoshell: Remove IndexedDB preference from servo:preferences (#44283) Since indexeddb is now part of the experimental features list, we can remove it from the "more experimental" features list. Signed-off-by: Ashwin Naren --- resources/resource_protocol/preferences.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/resource_protocol/preferences.html b/resources/resource_protocol/preferences.html index 5aa0a96aded..65ce6f73bba 100644 --- a/resources/resource_protocol/preferences.html +++ b/resources/resource_protocol/preferences.html @@ -52,7 +52,7 @@ const prefs = { "experimental": [], "http-cache": ["network_http_cache_disabled"], - "more-experimental": ["dom_abort_controller_enabled", "dom_indexeddb_enabled"], + "more-experimental": ["dom_abort_controller_enabled"], "user-agent": ["user_agent"], };