How can I install add-ons automatically ?

Hi, I am trying to setup firefox to my liking automatically To this end, I am using "firefox profile maker" and it works great but I'm having issues adding all the add-o… (cytajśo wěcej)

Hi,

I am trying to setup firefox to my liking automatically To this end, I am using "firefox profile maker" and it works great but I'm having issues adding all the add-ons that I like.

Only the add-ons that are included in ffprofile make seem to install properly (but also, now I can't uninstall them ??)

Anyway here is my full process for installing firefox automatically and then configuring it automatically. Perhaps you can hep me figure it out.

First I install firefox automatically using the offline installer (my computers do not have access to internet by default, I must whitelist each computer, then individual software then individual websites first)

So, I obtain the offline installer from this URL https://download-installer.cdn.mozilla.net/pub/firefox/releases/111.0/win64/en-CA/Firefox%20Setup%20111.0.exe

Next I have used the website https://ffprofile.com/ to create a pre-made profile

This yields two files, and their contents profile.zip

profile\prefs.js profile\extensions\CanvasBlocker@kkapsner.de.xpi profile\extensions\uBlock0@raymondhill.net.xpi enterprise_policy.zip defaults\pref\autoconfig.js distribution\policies.json firefox.cfg

Next, I have pre-downloaded added all the add-on files I would like to install to the add-on folder However, when I perform the procedure, only canvas blocker and uBlock0 get installed

I'm not sure what I'm doing wrong. If I take all the add-on files, dump them all into firefox, it opens 16 tabs On each tab I can now click add and click okay, if I do it right and quick enough, they all install, unless I miss one.

That's over 50 clicks and very annoying !


Here is the list of add-ons I'm trying to add

extensions\umibo-2.4.2.xpi extensions\amp2html-2.1.0.xpi extensions\close_tabs_right-1.2.4.xpi extensions\cookie_autodelete-3.8.2.xpi extensions\copy_tabs-1.12.35.xpi extensions\darkreader-4.9.62.xpi extensions\facebook_container-2.3.9.xpi extensions\google_container-1.5.4.xpi extensions\istilldontcareaboutcookies-1.1.1.xpi extensions\merge_window-1.0.2.xpi extensions\old_reddit_redirect-1.6.1.xpi extensions\order_tabs_by_domain-0.2.3.xpi extensions\privacy_badger17-2023.1.31.xpi extensions\spoof_geolocation-0.1.1.xpi extensions\tab_manager_plus_for_firefox-5.2.0.xpi extensions\traduzir_paginas_web-9.6.1.xpi

I have created a script that I run after installing firefox using this command

"Firefox Setup 111.0.exe" /S

Then I run the following script to automatically install my pre-made profile

Firefox-deploy-ffprofile.bat


@echo off set z7EXE=%PROGRAMFILES%\7-Zip\7z.exe set EnterpriseConfig=firefox-profile\enterprise_policy.zip set ProfileConfig=firefox-profile\profile.zip set FirefoxProfile= set FirefoxInstallFolder=%PROGRAMFILES%\Mozilla Firefox\ set FirefoxProfilesFolder=%APPDATA%\Mozilla\Firefox\Profiles\

if not exist "%z7EXE%" ( echo could not find 7z.exe, cannot continue & goto end ) if not exist "%FirefoxInstallFolder%" ( echo firefox is not installed, cannot continue & goto end ) if not exist "%FirefoxProfilesFolder%"*.default-release ( echo Profile folder missing, starting and stopping firefox to create them "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" & timeout /t 10 )

for /D %%i in ("%FirefoxProfilesFolder%"*.default-release) do (

   if not defined FirefoxProfile ( 

set "FirefoxProfile=%%i" ) else ( set "FirefoxProfile=!FirefoxProfile!;%%i" ) )

echo Firefox profile is %FirefoxProfile% echo Is firefox running ? If yes, shutdown firefox tasklist /nh /fi "imagename eq firefox.exe" | find /i "firefox.exe" > nul if %errorlevel% equ 0 ( echo Shutting down firefox & taskkill /f /im firefox.exe & timeout /t 5 ) else ( echo Firefox was not running. )

tasklist /nh /fi "imagename eq firefox.exe" | find /i "firefox.exe" if %errorlevel% equ 0 (echo Firefox is still running & taskkill /f /im firefox.exe & timeout /t 5 )


echo Moving old profile out of the way, creating empty profile folder move "%FirefoxProfile%" "%FirefoxProfilesFolder%%date%.%TIME:~0,2%h%TIME:~3,2%s%TIME:~6,2%.old-release" md "%FirefoxProfile%" echo Decompress pre-made profiles "%z7EXE%" x "%ProfileConfig%" -y -o"%FirefoxProfile%" -bso0 -bsp2 "%z7EXE%" x "%EnterpriseConfig%" -y -o"%FirefoxInstallFolder%" -bso0 -bsp2

echo Starting firefox and waiting 20 seconds for addons to install timeout /t 1 & "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" & timeout /t 20

echo Is firefox running ? If yes, shutdown firefox tasklist /nh /fi "imagename eq firefox.exe" | find /i "firefox.exe" > nul if %errorlevel% equ 0 ( echo Shutting down firefox & taskkill /f /im firefox.exe & timeout /t 5 )

tasklist /nh /fi "imagename eq firefox.exe" | find /i "firefox.exe" > nul if %errorlevel% equ 0 (echo Firefox is still running & taskkill /f /im firefox.exe & timeout /t 5 )

end

echo firefox deployment finished

rem escalate script as needed rem pause at the end, unless unattend is a parameter


Here are all the settings which I have selected when I created the ffprofile


Disable firefox intro tabs on the first start Disable new tab page intro Disable Pocket Disable Sponsored Top Sites Disable about:config warning. Do not trim URLs in navigation bar Disable checking if Firefox is the default browser Disable reset prompt. Disable Heartbeat Userrating Content of the new tab page : empty Disable Firefox View Disable autoplay of

Disable Telemetry Disable health report Disable shield studies Disable experiments Disable Crash Reports Opt out metadata updates Disable google safebrowsing Disable malware scan Disable DNS over HTTPS Disable preloading of the new tab page. Disable about:addons' Get Add-ons panel Disable check for captive portal. Disables playback of DRM-controlled HTML5 content Disables the Widevine Content Decryption Module provided by Google Inc. Disable access to device sensor data Disable Firefox Suggest

Block Cookies : Block cookies, which are not from the site you're visiting Block Referer : spoof referer Disable DOM storage ** Disable IndexedDB (breaks things) ** Disable the Offline Cache. Sessionstore Privacy : never store extra session data Disable Link Prefetching Disable speculative website loading. Use a private container for new tab page thumbnails Disable WebGL Override graphics card vendor and model strings in the WebGL API Disable the clipboardevents.

Enable Do-not-Track (DNT) Enable resistFingerprinting Enable Mozilla Trackingprotection Enable firstparty isolation. ** Disable Browser Pings Disable TLS session identifiers Disable Beacons Disable the Battery API Disable media device queries Disable form autofill Disable webaudio API Disable video statistics Enable query parameter stripping

Disable automatic updates. Disable searching for updates.

Install CanvasBlocker extension. Install the Privacy Badger extension. Install uBlock Origin extension. Install Decentraleyes extension. Install ClearURLs extension. Install Temporary Containers extension. Install Firefox Multi-Account Containers extension Explicitly disable Greasemonkey user tracking

Disable Firefox accounts Show the bookmarks toolbar by default Disable system addon update


Here are the contents of the profile\prefs.js file


user_pref("app.normandy.api_url", ""); user_pref("app.normandy.enabled", false); user_pref("app.shield.optoutstudies.enabled", false); user_pref("app.update.auto", false); user_pref("beacon.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.aboutConfig.showWarning", false); user_pref("browser.cache.offline.enable", false); user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); user_pref("browser.crashReports.unsubmittedCheck.enabled", false); user_pref("browser.disableResetPrompt", true); user_pref("browser.newtab.preload", false); user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); user_pref("browser.newtabpage.enhanced", false); user_pref("browser.newtabpage.introShown", true); user_pref("browser.safebrowsing.appRepURL", ""); user_pref("browser.safebrowsing.blockedURIs.enabled", false); user_pref("browser.safebrowsing.downloads.enabled", false); user_pref("browser.safebrowsing.downloads.remote.enabled", false); user_pref("browser.safebrowsing.downloads.remote.url", ""); user_pref("browser.safebrowsing.enabled", false); user_pref("browser.safebrowsing.malware.enabled", false); user_pref("browser.safebrowsing.phishing.enabled", false); user_pref("browser.selfsupport.url", ""); user_pref("browser.send_pings", false); user_pref("browser.sessionstore.privacy_level", 0); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.startup.homepage_override.mstone", "ignore"); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.tabs.firefox-view", false); user_pref("browser.urlbar.groupLabels.enabled", false); user_pref("browser.urlbar.quicksuggest.enabled", false); user_pref("browser.urlbar.speculativeConnect.enabled", false); user_pref("browser.urlbar.trimURLs", false); user_pref("datareporting.healthreport.service.enabled", false); user_pref("datareporting.healthreport.uploadEnabled", false); user_pref("datareporting.policy.dataSubmissionEnabled", false); user_pref("device.sensors.ambientLight.enabled", false); user_pref("device.sensors.enabled", false); user_pref("device.sensors.motion.enabled", false); user_pref("device.sensors.orientation.enabled", false); user_pref("device.sensors.proximity.enabled", false); user_pref("dom.battery.enabled", false); user_pref("dom.event.clipboardevents.enabled", false); user_pref("dom.webaudio.enabled", false); user_pref("experiments.activeExperiment", false); user_pref("experiments.enabled", false); user_pref("experiments.manifest.uri", ""); user_pref("experiments.supported", false); user_pref("extensions.CanvasBlocker@kkapsner.de.whiteList", ""); user_pref("extensions.autoDisableScopes", 14); user_pref("extensions.getAddons.cache.enabled", false); user_pref("extensions.getAddons.showPane", false); user_pref("extensions.greasemonkey.stats.optedin", false); user_pref("extensions.greasemonkey.stats.url", ""); user_pref("extensions.pocket.enabled", false); user_pref("extensions.shield-recipe-client.api_url", ""); user_pref("extensions.shield-recipe-client.enabled", false); user_pref("extensions.webservice.discoverURL", ""); user_pref("media.autoplay.default", 0); user_pref("media.autoplay.enabled", true); user_pref("media.eme.enabled", false); user_pref("media.gmp-widevinecdm.enabled", false); user_pref("media.navigator.enabled", false); user_pref("media.video_stats.enabled", false); user_pref("network.allow-experiments", false); user_pref("network.captive-portal-service.enabled", false); user_pref("network.cookie.cookieBehavior", 1); user_pref("network.dns.disablePrefetch", true); user_pref("network.dns.disablePrefetchFromHTTPS", true); user_pref("network.http.referer.spoofSource", true); user_pref("network.http.speculative-parallel-limit", 0); user_pref("network.predictor.enable-prefetch", false); user_pref("network.predictor.enabled", false); user_pref("network.prefetch-next", false); user_pref("network.trr.mode", 5); user_pref("privacy.donottrackheader.enabled", true); user_pref("privacy.donottrackheader.value", 1); user_pref("privacy.firstparty.isolate", true); user_pref("privacy.query_stripping", true); user_pref("privacy.trackingprotection.cryptomining.enabled", true); user_pref("privacy.trackingprotection.enabled", true); user_pref("privacy.trackingprotection.fingerprinting.enabled", true); user_pref("privacy.trackingprotection.pbmode.enabled", true); user_pref("privacy.usercontext.about_newtab_segregation.enabled", true); user_pref("security.ssl.disable_session_identifiers", true); user_pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.showSponsoredTopSite", false); user_pref("signon.autofillForms", false); user_pref("toolkit.telemetry.archive.enabled", false); user_pref("toolkit.telemetry.bhrPing.enabled", false); user_pref("toolkit.telemetry.cachedClientID", ""); user_pref("toolkit.telemetry.enabled", false); user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); user_pref("toolkit.telemetry.hybridContent.enabled", false); user_pref("toolkit.telemetry.newProfilePing.enabled", false); user_pref("toolkit.telemetry.prompted", 2); user_pref("toolkit.telemetry.rejected", true); user_pref("toolkit.telemetry.reportingpolicy.firstRun", false); user_pref("toolkit.telemetry.server", ""); user_pref("toolkit.telemetry.shutdownPingSender.enabled", false); user_pref("toolkit.telemetry.unified", false); user_pref("toolkit.telemetry.unifiedIsOptIn", false); user_pref("toolkit.telemetry.updatePing.enabled", false); user_pref("webgl.renderer-string-override", " "); user_pref("webgl.vendor-string-override", " ");


Here are the contents of the profile\prefs.js file


// IMPORTANT: Start your code on the 2nd line pref("app.normandy.api_url", ""); pref("app.normandy.enabled", false); pref("app.shield.optoutstudies.enabled", false); pref("app.update.auto", false); pref("beacon.enabled", false); pref("breakpad.reportURL", ""); pref("browser.aboutConfig.showWarning", false); pref("browser.cache.offline.enable", false); pref("browser.crashReports.unsubmittedCheck.autoSubmit", false); pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); pref("browser.crashReports.unsubmittedCheck.enabled", false); pref("browser.disableResetPrompt", true); pref("browser.newtab.preload", false); pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); pref("browser.newtabpage.enhanced", false); pref("browser.newtabpage.introShown", true); pref("browser.safebrowsing.appRepURL", ""); pref("browser.safebrowsing.blockedURIs.enabled", false); pref("browser.safebrowsing.downloads.enabled", false); pref("browser.safebrowsing.downloads.remote.enabled", false); pref("browser.safebrowsing.downloads.remote.url", ""); pref("browser.safebrowsing.enabled", false); pref("browser.safebrowsing.malware.enabled", false); pref("browser.safebrowsing.phishing.enabled", false); pref("browser.selfsupport.url", ""); pref("browser.send_pings", false); pref("browser.sessionstore.privacy_level", 0); pref("browser.shell.checkDefaultBrowser", false); pref("browser.startup.homepage_override.mstone", "ignore"); pref("browser.tabs.crashReporting.sendReport", false); pref("browser.tabs.firefox-view", false); pref("browser.urlbar.groupLabels.enabled", false); pref("browser.urlbar.quicksuggest.enabled", false); pref("browser.urlbar.speculativeConnect.enabled", false); pref("browser.urlbar.trimURLs", false); pref("datareporting.healthreport.service.enabled", false); pref("datareporting.healthreport.uploadEnabled", false); pref("datareporting.policy.dataSubmissionEnabled", false); pref("device.sensors.ambientLight.enabled", false); pref("device.sensors.enabled", false); pref("device.sensors.motion.enabled", false); pref("device.sensors.orientation.enabled", false); pref("device.sensors.proximity.enabled", false); pref("dom.battery.enabled", false); pref("dom.event.clipboardevents.enabled", false); pref("dom.webaudio.enabled", false); pref("experiments.activeExperiment", false); pref("experiments.enabled", false); pref("experiments.manifest.uri", ""); pref("experiments.supported", false); pref("extensions.CanvasBlocker@kkapsner.de.whiteList", ""); pref("extensions.autoDisableScopes", 14); pref("extensions.getAddons.cache.enabled", false); pref("extensions.getAddons.showPane", false); pref("extensions.greasemonkey.stats.optedin", false); pref("extensions.greasemonkey.stats.url", ""); pref("extensions.pocket.enabled", false); pref("extensions.shield-recipe-client.api_url", ""); pref("extensions.shield-recipe-client.enabled", false); pref("extensions.webservice.discoverURL", ""); pref("media.autoplay.default", 0); pref("media.autoplay.enabled", true); pref("media.eme.enabled", false); pref("media.gmp-widevinecdm.enabled", false); pref("media.navigator.enabled", false); pref("media.video_stats.enabled", false); pref("network.allow-experiments", false); pref("network.captive-portal-service.enabled", false); pref("network.cookie.cookieBehavior", 1); pref("network.dns.disablePrefetch", true); pref("network.dns.disablePrefetchFromHTTPS", true); pref("network.http.referer.spoofSource", true); pref("network.http.speculative-parallel-limit", 0); pref("network.predictor.enable-prefetch", false); pref("network.predictor.enabled", false); pref("network.prefetch-next", false); pref("network.trr.mode", 5); pref("privacy.donottrackheader.enabled", true); pref("privacy.donottrackheader.value", 1); pref("privacy.firstparty.isolate", true); pref("privacy.query_stripping", true); pref("privacy.trackingprotection.cryptomining.enabled", true); pref("privacy.trackingprotection.enabled", true); pref("privacy.trackingprotection.fingerprinting.enabled", true); pref("privacy.trackingprotection.pbmode.enabled", true); pref("privacy.usercontext.about_newtab_segregation.enabled", true); pref("security.ssl.disable_session_identifiers", true); pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.showSponsoredTopSite", false); pref("signon.autofillForms", false); pref("toolkit.telemetry.archive.enabled", false); pref("toolkit.telemetry.bhrPing.enabled", false); pref("toolkit.telemetry.cachedClientID", ""); pref("toolkit.telemetry.enabled", false); pref("toolkit.telemetry.firstShutdownPing.enabled", false); pref("toolkit.telemetry.hybridContent.enabled", false); pref("toolkit.telemetry.newProfilePing.enabled", false); pref("toolkit.telemetry.prompted", 2); pref("toolkit.telemetry.rejected", true); pref("toolkit.telemetry.reportingpolicy.firstRun", false); pref("toolkit.telemetry.server", ""); pref("toolkit.telemetry.shutdownPingSender.enabled", false); pref("toolkit.telemetry.unified", false); pref("toolkit.telemetry.unifiedIsOptIn", false); pref("toolkit.telemetry.updatePing.enabled", false); pref("webgl.renderer-string-override", " "); pref("webgl.vendor-string-override", " ");


Here are the contents of the defaults\pref\autoconfig.js file


pref("general.config.filename", "firefox.cfg"); pref("general.config.obscure_value", 0);


Here are the contents of the distribution\policies.json file


{

 "policies": {
   "NewTabPage": false,
   "ExtensionSettings": {
     "uBlock0@raymondhill.net": {
       "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
       "installation_mode": "normal_installed"
     },
     "CanvasBlocker@kkapsner.net": {
       "install_url": "https://addons.mozilla.org/firefox/downloads/latest/canvasblocker/latest.xpi",
       "installation_mode": "normal_installed"
     }
   },
   "NetworkPrediction": false,
   "CaptivePortal": false,
   "DNSOverHTTPS": {
     "Enabled": false
   },
   "DisableFirefoxStudies": true,
   "DisableTelemetry": true,
   "DisablePocket": true
 }

}


I wish this process was not so onerous as it has consumed my entire monday :( Thanks

Asked by Salon pśed 14 góźinami

Last reply by cor-el pśed 24 sekundami

places.sqlite always corrupting when opening Firefox

Prior to today, occasionally I would need to restore from a Time Machine backup the files "places.sqlite", "places.sqlite-shm", and "places.sqlite-wal" into my default pr… (cytajśo wěcej)

Prior to today, occasionally I would need to restore from a Time Machine backup the files "places.sqlite", "places.sqlite-shm", and "places.sqlite-wal" into my default profile, because I would lose my bookmarks & history.

However, beginning this morning, that procedure did not work. Every time I open up Firefox, the "places.sqlite" file would corrupt immediately and no attempt at restoring (from any backup date/time) would fix the issue.

I am running Mac OS 11.7.2 (Big Sur) and Firefox 111.0.

This is VERY frustrating, because I rely heavily on my bookmarks and passwords.

PLEASE HELP!!!!!!

Asked by rscott1 pśed 5 dnjami

Last reply by exclusive01 pśed 6 minutami

Window with 50+ tabs just disappeared from history

All my important tabs = gone. Nothing under recently closed windows. Most of them too old to be found in recent history. I'm mortified. I normally love Firefox updates bu… (cytajśo wěcej)

All my important tabs = gone. Nothing under recently closed windows. Most of them too old to be found in recent history. I'm mortified. I normally love Firefox updates but now I want to yell at someone :(

Asked by annaxt pśed 4 mjasecami

Last reply by cor-el pśed 7 minutami

autotfill for credit card disappeared.

autofill for credit card not longer available. I had it for some time, but within the last week or two, it disappeared, and there is no longer an option under privacy/sec… (cytajśo wěcej)

autofill for credit card not longer available. I had it for some time, but within the last week or two, it disappeared, and there is no longer an option under privacy/security settings in the browser.

Asked by juniper1pat pśed 1 dnjom

Last reply by juniper1pat pśed 8 minutami

Directly after FORCED mozilla update, firefox now opens 13 windows and uses over 750mgs to idle.

How can Mozilla help? STOP INTENTIONALLY RUINING ALL USE OF FIREFOX, THEN LEAVE ME WITH NOTHING BUT A CHAT BOX AFTER MOZILLA RUINED THE BROWSER. On16/March/2023 Microsoft… (cytajśo wěcej)

How can Mozilla help? STOP INTENTIONALLY RUINING ALL USE OF FIREFOX, THEN LEAVE ME WITH NOTHING BUT A CHAT BOX AFTER MOZILLA RUINED THE BROWSER. On16/March/2023 Microsoft stated this PC was fully up to date, so please don't bother blaming the PC when it was the FORCED update that broke this browser.

Asked by henryjames6 pśed 11 minutami

One of my Firefox fonts is not right

seems like firefox is not understanding a font and instead its using - caption so I cant read any of my shortcuts . see attachment . how do I change this … (cytajśo wěcej)

seems like firefox is not understanding a font and instead its using - caption

so I cant read any of my shortcuts . see attachment . how do I change this

Asked by paulvan36 pśed 12 minutami

Firefox ESR Crashes from VNC Viewer on Raspberry PI

Host is running RPI Linux wethCAM 6.1.19-v7+ #1637 SMP Tue Mar 14 11:04:52 GMT 2023 armv7l GNU/Linux. I am running headless and the VNC Server is VNC(R) Server 7.0.1 (r4… (cytajśo wěcej)

Host is running RPI Linux wethCAM 6.1.19-v7+ #1637 SMP Tue Mar 14 11:04:52 GMT 2023 armv7l GNU/Linux.

I am running headless and the VNC Server is VNC(R) Server 7.0.1 (r49073) ARMv6 (Feb 13 2023 11:37:04). VNC Viewer is VNC Viewer 7.0.1 (r48981) ARMV6 (Feb 2 2023 15:55:51)

I disabled Malwarebytes. The Firefox crash report is included at the end

Chromium works fine.

Crash report is

AvailablePageFile: 0 AvailablePhysicalMemory: 118464512 AvailableSwapMemory: 122880 AvailableVirtualMemory: 255807488 BackgroundTaskMode: 0 BuildID: 20230309232621 ContentSandboxCapabilities: 119 ContentSandboxCapable: 1 ContentSandboxLevel: 4 CrashTime: 1679418470 DOMFissionEnabled: 1 DOMIPCEnabled: 1 DesktopEnvironment: lxde ExperimentalFeatures: layout.css.constructable-stylesheets.enabled,devtools.inspector.compatibility.enabled GraphicsCriticalError: |[0][GFX1-]: No GPUs detected via PCI (t=3.07234) |[1][GFX1-]: glxtest: process failed (received signal 11) (t=3.07851) HeadlessMode: 0 InstallTime: 1679408813 IsWayland: 0 LinuxUnderMemoryPressure: 0 Notes: Raspbian GNU/Linux 11 (bullseye)FP(D00-L1000-W00000000-T000) WR? WR+ ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384} ProductName: Firefox ReleaseChannel: esr SafeMode: 1 SecondsSinceLastCrash: 8870 StartupCrash: 0 StartupTime: 1679418429 SubmittedFrom: Client TelemetryEnvironment: {"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"arm","buildId":"20230309232621","version":"102.9.0","vendor":"Mozilla","displayVersion":"102.9.0esr","platformVersion":"102.9.0","xpcomAbi":"arm-eabi-gcc3","updaterAvailable":false},"partner":{"distributionId":null,"distributionVersion":null,"partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":870,"virtualMaxMB":null,"cpu":{"extensions":["hasEDSP","hasARMv6"]},"os":{"name":"Linux","version":"6.1.19-v7+","locale":"en-US"},"hdd":{"profile":{"model":null,"revision":null,"type":null},"binary":{"model":null,"revision":null,"type":null},"system":{"model":null,"revision":null,"type":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"ContentBackend":"Skia","Headless":false,"EmbeddedInFirefoxReality":null,"adapters":[{"description":"See failure log","vendorID":null,"deviceID":null,"subsysID":null,"RAM":0,"driver":null,"driverVendor":null,"driverVersion":null,"driverDate":null,"GPUActive":true}],"monitors":[{"screenWidth":1280,"screenHeight":720}],"features":{"compositor":"webrender_software","hwCompositing":{"status":"blocked:FEATURE_FAILURE_COMP_SAFEMODE"},"gpuProcess":{"status":"unused"},"wrQualified":{"status":"blocklisted:FEATURE_FAILURE_GLXTEST_FAILED"},"webrender":{"status":"unavailable-in-safe-mode"},"wrCompositor":{"status":"blocked:FEATURE_FAILURE_DISABLE_RELEASE_OR_BETA"},"wrSoftware":{"status":"available"},"openglCompositing":{"status":"unavailable:FEATURE_FAILURE_OPENGL_NEED_HWCOMP"},"omtp":{"status":"unused"}}},"appleModelId":null,"hasWinPackageId":null},"settings":{"blocklistEnabled":true,"e10sEnabled":true,"e10sMultiProcesses":8,"fissionEnabled":true,"telemetryEnabled":false,"locale":"en-US","intl":{"requestedLocales":["en-US"],"availableLocales":["en-US"],"appLocales":["en-US"],"systemLocales":["en-US"],"regionalPrefsLocales":["en-US"],"acceptLanguages":["en-US","en"]},"update":{"channel":"esr","enabled":true,"autoDownload":false,"background":false},"userPrefs":{"browser.search.region":"CA","browser.search.widget.inNavBar":false,"browser.urlbar.autoFill":true,"browser.urlbar.autoFill.adaptiveHistory.enabled":false,"browser.urlbar.quicksuggest.dataCollection.enabled":false,"browser.urlbar.suggest.quicksuggest.nonsponsored":false,"browser.urlbar.suggest.quicksuggest.sponsored":false,"browser.urlbar.suggest.bestmatch":true,"network.trr.strict_native_fallback":false,"widget.content.allow-gtk-dark-theme":false,"widget.content.gtk-high-contrast.enabled":true},"sandbox":{"effectiveContentProcessLevel":4,"contentWin32kLockdownState":3},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":false,"defaultSearchEngine":"google-b-e","defaultSearchEngineData":{"loadPath":"[other]addEngineWithDetails:google@search.mozilla.org","name":"Google","origin":"default","submissionURL":"https://www.google.com/search?client=firefox-b-e&q="}},"profile":{"creationDate":19437,"firstUseDate":19437},"addons":{"activeAddons":{"doh-rollout@mozilla.org":{"version":"2.0.0","scope":1,"type":"extension","updateDay":19432,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"This used to be a Mozilla add-on that supported the roll-out of DoH, but now only exists as a stub t","name":"DoH Roll-Out","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":19432},"formautofill@mozilla.org":{"version":"1.0.1","scope":1,"type":"extension","updateDay":19432,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":null,"name":"Form Autofill","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":19432},"pictureinpicture@mozilla.org":{"version":"1.0.0","scope":1,"type":"extension","updateDay":19432,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Fixes for web compatibility with Picture-in-Picture","name":"Picture-In-Picture","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":19432},"screenshots@mozilla.org":{"version":"39.0.1","scope":1,"type":"extension","updateDay":19432,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Take clips and screenshots from the Web and save them temporarily or permanently.","name":"Firefox Screenshots","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":19432},"webcompat@mozilla.org":{"version":"102.0.0","scope":1,"type":"extension","updateDay":19432,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Urgent post-release fixes for web compatibility.","name":"Web Compatibility Interventions","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":19432}},"theme":{"id":"default-theme@mozilla.org","blocklisted":false,"description":"Follow the operating system setting for buttons, menus, and windows.","name":"System theme — auto","userDisabled":false,"appDisabled":false,"version":"1.3","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":19437,"updateDay":19437},"activeGMPlugins":{}},"services":{"accountEnabled":true,"syncEnabled":true}} TelemetrySessionId: 00f4c1ce-6161-4b16-8642-520a064dfbea Throttleable: 1 TotalPageFile: 1017556992 TotalPhysicalMemory: 912703488 URL: about:newtab UptimeTS: 41.3792366 Vendor: Mozilla Version: 102.9.0 useragent_locale: en-US

This report also contains technical information about the state of the application when it crashed.

Asked by DS256 pśed 1 góźinu

Last reply by cor-el pśed 12 minutami

Drag files from download list stopped working

Hello, Since a couple of days that I can't drag and drop files from download list window in Firefox anymore. Can anyone help me on this one? Thank you so much in advance.… (cytajśo wěcej)

Hello, Since a couple of days that I can't drag and drop files from download list window in Firefox anymore. Can anyone help me on this one? Thank you so much in advance.

Firefox 111.0 (64-bit) Ventura 13.2.1

Asked by Pedro pśed 23 góźinami

Last reply by cor-el pśed 16 minutami

Firefox Unable to Sync

I have been using Firefox 52.9.0, and I know it is outdated but it still synced until a few days ago at least. Then the other day I updated my password to strengthen secu… (cytajśo wěcej)

I have been using Firefox 52.9.0, and I know it is outdated but it still synced until a few days ago at least. Then the other day I updated my password to strengthen security. After that, I am unable to sync anymore. Is there a way to fix it? I need to continue to use Firefox 52.9.0. Please note that I do not need to be told about security issues as I am aware of them well enough.

I get the following message when I try to make Firefox to sync:

> Blocked by Content Security Policy

> This page has a content security policy that prevents it from being loaded in this way.

> Firefox prevented this page from loading in this way because the page has a content security policy > that disallows it.

Thank you.

Asked by Trinary Star pśed 1 góźinu

Last reply by cor-el pśed 20 minutami

  • Rozwězany

Removing the Extensions Puzzle Piece Icon?

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it...… (cytajśo wěcej)

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it....at all.

Asked by Imot pśed 2 mjasecoma

Answered by cor-el pśed 2 mjasecoma

FORCED Mozilla update breaks firefox, and mozilla makes it IMPOSSIBLE to get help.

Mozilla now FORCE updates, and after every FORCED update, firefox will stop working, or take off to 15 windows open, and over 750mgs used just to idle. According to micro… (cytajśo wěcej)

Mozilla now FORCE updates, and after every FORCED update, firefox will stop working, or take off to 15 windows open, and over 750mgs used just to idle. According to microsoft this w-10 was fully up to date on 15/Mar/2023(6 days ago), so you don't have to STOOP to blaming this PC for the HUGE memory use, and 15 windows open on start.

Asked by henryjames6 pśed 37 minutami

When will TLS 1.0 won't be supported without exception?

Hi Firefox team, I searched online about TLS 1.0 support history events. Looks like Firefox previously (around year of 2020) stopped supporting TLS 1.0, but later re-ena… (cytajśo wěcej)

Hi Firefox team,

I searched online about TLS 1.0 support history events. Looks like Firefox previously (around year of 2020) stopped supporting TLS 1.0, but later re-enable it to support some goverment TLS 1.0 website for COVID reason.

We now have a website(based TLS 1.0). That site is no longer available on Chrome, but it's still available on latest Firefox version by today(Mar 21, 2023). I'd like to know do you have a plan to officially stop supporting TLS 1.0 website again without exception? If so, when will it happen?

Thanks

Asked by renyinick2 pśed 41 minutami

  • Rozwězany

How do I get rid of the clicking and little "sticks" that start to block up the window where I want to write a place to ask a question?

I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all th… (cytajśo wěcej)

I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all the "outside sites" that want to log on, but there are sites that I need to log on to and have done this in the past. I usually go to these sites because they are important to my transacting business, accessing my bank, places I pay my bills, etc. If I want to get to these and order or pay a bill, I have to unblock each one of them??? How do I do that? If a credit company wants to contact me, they cannot do this even if we have contacted each other previously? Really?

How do I undo this already-marked system and get out of it? As you can guess, I am old and not up with the times. Please simplify your answers so a not-technical person can understand it.

Asked by mfbgarza pśed 2 mjasecoma

Answered by mfbgarza pśed 48 minutami

  • Rozwězany

Bookmark Toolbar Showing URL instead of Name of Page

When I'm on a webpage and drag the URL onto the Bookmark Toolbar it's showing up as an URL instead of the page name like it used to. For example: If I was on this page: … (cytajśo wěcej)

When I'm on a webpage and drag the URL onto the Bookmark Toolbar it's showing up as an URL instead of the page name like it used to.

For example: If I was on this page: https://www.espn.com/nfl/story/_/id/35895322/sources-cowboys-trade-texans-wr-brandin-cooks

Before the last update if I dragged that URL to the Bookmark Toolbar it would say: "Cowboys trade for Texans WR Brandin Cooks"

After the update it just shows the URL.

This makes it VERY hard to remember what each bookmark is.

Can anyone help me to bring this back to using the page name instead of the URL on this Toolbar?

Asked by ACJeremy pśed 2 dnjoma

Answered by cor-el pśed 1 dnjom

two-finger scrolling not working with new macbook air , Mac OS Ventura

I have a new Macbook Air with OS ventura installed, two-finger trackpad scrolling is not working with Firefox. It works with Safari and other programs. I'd love to figure… (cytajśo wěcej)

I have a new Macbook Air with OS ventura installed, two-finger trackpad scrolling is not working with Firefox. It works with Safari and other programs. I'd love to figure out the problem.

Thank you, Adam

Asked by als458 pśed 56 minutami