mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-07 11:58:20 +00:00

* chore: Updateed to firefox 142.0, b=no-bug, c=l10n, folders * chore: Finish updating to firefox, b=no-bug, c=tabs * chore: Fixed mods builds, b=no-bug, c=mods * feat: Small changes to tabs layout, b=no-bug, c=tabs, compact-mode, folders, workspaces * test: Fixed tests, b=no-bug, c=scripts, tests, folders * test: Fixed tests, b=no-bug, c=tabs, tests, welcome
13 lines
505 B
C++
13 lines
505 B
C++
diff --git a/browser/components/BrowserContentHandler.sys.mjs b/browser/components/BrowserContentHandler.sys.mjs
|
|
index 81f72563b93b9ce77191ad4cf200489222e0122e..40bc484301b3d66542c4171921f527c2ac6ed047 100644
|
|
--- a/browser/components/BrowserContentHandler.sys.mjs
|
|
+++ b/browser/components/BrowserContentHandler.sys.mjs
|
|
@@ -1276,6 +1276,7 @@ function maybeRecordToHandleTelemetry(uri, isLaunch) {
|
|
".avif",
|
|
".htm",
|
|
".html",
|
|
+ ".jxl",
|
|
".pdf",
|
|
".shtml",
|
|
".xht",
|