Firefox · Core
CVE-2026-8961
Logic Error in Core
Overview
Low
Severity
—
CVSS
No
Exploited ITW
Fixed
Fix Status
Files Changed
browser/base/content/main-popupset.inc.xhtml
Patch
diff --git a/browser/base/content/main-popupset.inc.xhtml b/browser/base/content/main-popupset.inc.xhtml
index 84f48f73c83..098a9f36eab 100644
--- a/browser/base/content/main-popupset.inc.xhtml
+++ b/browser/base/content/main-popupset.inc.xhtml
@@ -178,7 +178,8 @@
hidden="true"
overflowpadding="4"
norolluponanchor="true"
- nomaxresults="true" />
+ nomaxresults="true"
+ locationspecific="true" />
<!-- for search with one-off buttons -->
<panel is="search-autocomplete-richlistbox-popup"
Loading diff…
References
On This Page