From ae7c8ee298580010c5e3c8e752e41c9502db0617 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:40:36 -0400 Subject: [PATCH] layout.css.has-selector.enabled is now default --- Fastfox.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Fastfox.js b/Fastfox.js index a265639..fcdba58 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -540,12 +540,6 @@ user_pref("layout.css.grid-template-masonry-value.enabled", true); // [2] https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91 user_pref("dom.enable_web_task_scheduling", true); -// PREF: CSS :has() selector [NIGHTLY] -// Needed for some extensions, filters, and customizations. -// [1] https://developer.mozilla.org/en-US/docs/Web/CSS/:has -// [2] https://caniuse.com/css-has -user_pref("layout.css.has-selector.enabled", true); - // PREF: HTML Sanitizer API [NIGHTLY] // [1] https://developer.mozilla.org/en-US/docs/Web/API/Sanitizer // [2] https://caniuse.com/mdn-api_sanitizer