Prikaz označenih pitanja: Prikaži sva pitanja
  • Arhivirano

Feature on web site not working when using Firefox only

Cannot delete items added to cart on patioslingsite.com using Firefox. Works ok using Google and Microsoft Edge browers. Using latest Firefox update on my Windows 10 OS a… (pročitajte više)

Cannot delete items added to cart on patioslingsite.com using Firefox. Works ok using Google and Microsoft Edge browers. Using latest Firefox update on my Windows 10 OS and tried a few setting changes in Firefox without resolve. Is there a particular setting that needs to be changed or is there something else going on?

Asked by gaemmershy prije 2 godina

Last reply by FredMcD prije 2 godina

  • Arhivirano

autoconfig file being parsed but not applied in firefox 100

Hi My firefox 97 autoconfig worked. In version 100, i had to remove some elements and replace some with the new settings. It is now parsed on load but does not lock an… (pročitajte više)

Hi

  My firefox 97 autoconfig worked. In version 100, i had to remove some elements and replace some with the new settings. It is now parsed on load but does not lock anything per autoconfig. Any assistance would be appreciated.  File content is below:

// Firefox Default Settings -begin config file const {classes: Cc, interfaces: Ci, utils: Cu} = Components; Cu.import("resource://gre/modules/Services.jsm"); Cu.import("resource://gre/modules/FileUtils.jsm");

// Disable telemetry and health reporting lockPref("breakpad.reportURL", ""); lockPref("browser.tabs.crashReporting.sendReport", false); lockPref("datareporting.healthreport.infoURL", ""); lockPref("datareporting.healthreport.uploadEnabled", false); lockPref("datareporting.policy.dataSubmissionEnabled", false); lockPref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false); lockPref("dom.ipc.plugins.reportCrashURL", false); lockPref("toolkit.telemetry.enabled", false);

//      Disable sync

lockPref("services.sync.addons.ignoreUserEnabledChanges", true); lockPref("identity.fxaccounts.commands.enabled", false); lockPref("identity.fxaccounts.enabled", false); lockPref("identity.fxaccounts.pairing.enabled", false); lockPref("identity.fxaccounts.toolbar.accessed", false); lockPref("identity.fxaccounts.toolbar.enabled", false); lockPref("identity.fxaccounts.auth.uri", ""); lockPref("services.sync.engine.addresses", false); lockPref("services.sync.engine.addons", false); lockPref("services.sync.engine.creditcards", false); lockPref("services.sync.engine.creditcards.available", false); lockPref("services.sync.engine.bookmarks", false); lockPref("services.sync.engine.history", false); lockPref("services.sync.engine.passwords", false); lockPref("services.sync.engine.prefs", false); lockPref("services.sync.engine.tabs", false); lockPref("services.sync.prefs.sync.dom.disable_open_during_load", false); lockPref("services.sync.prefs.sync.signon.generation.enabled", false);

// Turn on Do not Track lockPref("privacy.donottrackheader.enabled", true); lockPref("services.sync.prefs.sync.privacy.donottrackheader.enabled", true);

// Disable certificate warning bypass // Enable support for Content Security Policy lockPref("security.csp.enableNavigateTo", false); // Disable Safe Browsing anti-malware // Safe Browsing communicates with a third party and leaks the browsing history and also sends metadata about the downloads made. // https://support.mozilla.org/en-US/kb/how-does-phishing-and-malware-protection-work lockPref("browser.safebrowsing.downloads.enabled", false); lockPref("browser.safebrowsing.malware.enabled", false);

// Turn on XSS Filter lockPref("browser.urlbar.filter.javascript", true);

// Restrict third party cookies lockPref("network.cookie.cookieBehavior", 1);

// Enable Flash as it's in a sandbox lockPref("plugin.state.flash", 2);

// Disable webcam and microphone unless necessary lockPref("media.navigator.enabled", false); lockPref("media.navigator.video.enabled", false);

//      Clear personal and temporary data on shutdown 

lockPref("privacy.clearOnShutdown.cache", true); lockPref("privacy.clearOnShutdown.cookies", true); lockPref("privacy.clearOnShutdown.downloads", true); lockPref("privacy.clearOnShutdown.formData", true); lockPref("privacy.clearOnShutdown.history", true); lockPref("privacy.clearOnShutdown.offlineApps", true); lockPref("privacy.clearOnShutdown.openWindows", false); lockPref("privacy.clearOnShutdown.sessions", true); lockPref("privacy.clearOnShutdown.siteSettings", true); lockPref("privacy.cpd.cache", true); lockPref("privacy.cpd.cookies", true); lockPref("privacy.cpd.downloads", true); lockPref("privacy.cpd.formdata", true); lockPref("privacy.cpd.history", true); lockPref("privacy.cpd.offlineApps", true); lockPref("privacy.cpd.openWindows", false); lockPref("privacy.cpd.passwords", true); lockPref("privacy.cpd.sessions", true); lockPref("privacy.cpd.siteSettings", true);

// Prevent saving passwords lockPref("signon.rememberSignons", false); lockPref("services.sync.prefs.sync.signon.rememberSignons", false); lockPref("signon.backup.enabled", false); lockPref("signon.rememberSignons.visibilityToggle", false);

// Set homepage to blank lockPref("browser.startup.homepage", "about:blank");

// set urlbar size - working lockPref("layout.css.devPixelsPerPx", "-1.2");

// Prevent the use of SPDY, Websockets and WebRTC if not supported by the web proxy // https://wiki.mozilla.org/Media/WebRTC lockPref("media.peerconnection.enabled", false);

// Disable UI buttons lockPref("pref.privacy.disable_button.cookie_exceptions",true); lockPref("browser.toolbars.bookmarks.showOtherBookmarks", false); lockPref("browser.migrate.showBookmarksToolbarAfterMigration", false); lockPref("browser.toolbars.bookmarks.visibility", "never"); lockPref("browser.urlbar.shortcuts.bookmarks", false);

// Disable updates and notifications lockPref("app.update.BITS.enabled", false); lockPref("app.update.service.enabled", false);

// Disable device sensors lockPref("device.sensors.enabled", false);

// Disable Pocket integration lockPref("browser.pocket.enabled", false); lockPref("extensions.pocket.enabled", false);

// Disable Firefox's new Screenshot tool (requires at least Firefox 55) // https://github.com/auberginehill/firefox-customization-files/issues/1 // https://www.ghacks.net/2017/08/12/how-to-disable-firefoxs-new-screenshot-tool/ lockPref("extensions.screenshots.disabled", true); // Disable the version updated page lockPref("browser.startup.homepage_override.mstone", "ignore"); // Disable default browser check lockPref("browser.shell.checkDefaultBrowser", false);

// Disable search suggestions // By default everything that is typed in the search box is sent to the search engine. lockPref("browser.search.suggest.enabled", false); lockPref("browser.search.suggest.enabled.private", false); lockPref("browser.urlbar.showSearchSuggestionsFirst", false); lockPref("services.sync.prefs.sync.browser.urlbar.showSearchSuggestionsFirst", false); lockPref("browser.urlbar.shortcuts.history", false); lockPref("browser.urlbar.suggest.bookmark", false); lockPref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts", false);

// Change default search engine to Google - others removed through Group Policy lockPref("browser.search.region", "US"); lockPref("browser.search.removeEngineInfobar.enabled", "True"); lockPref("browser.search.searchEnginesURL", "http://www.google.com/search?q=");

// New Tab settings lockPref("browser.newtab.preload", false); lockPref("browser.newtabpage.activity-stream.showSponsored", false); lockPref("browser.newtabpage.enabled", false);

// Turn on tracking protection // This makes Firefox block known tracking domains by default. lockPref("privacy.trackingprotection.enabled", true);

// [CHROME:userChrome.css - userContent.css][bug 1541233][69] lockPref("toolkit.legacyUserProfileCustomizations.stylesheets", true);

//////////////////////// thanks,

        jd

Asked by jon.dickens prije 2 godina

Last reply by jon.dickens prije 2 godina

  • Riješeno
  • Arhivirano

Updating Firefox cause a black horizontal line across my computer screen

After updating Firefox, I now have a horizontal line across the upper portion of my computer screen. I have uninstalled FF and updated again thinking it would remove it.… (pročitajte više)

After updating Firefox, I now have a horizontal line across the upper portion of my computer screen. I have uninstalled FF and updated again thinking it would remove it. I have searched for a resolution and nothing has worked for me. I don't want to have to pay an expert to remove the line. Please give me a fix for this as it is really bothersome.

Asked by studerplus2 prije 2 godina

Answered by studerplus2 prije 1 godina

  • Arhivirano

UNACCEPTABLE: Auto File Download to Windows "Download" Directory

PLEASE help me find a way around this 'so called' improvement of auto downloading any attachment or file to my Downloads folder without any choice from me. I have checked… (pročitajte više)

PLEASE help me find a way around this 'so called' improvement of auto downloading any attachment or file to my Downloads folder without any choice from me. I have checked the 'always ask' in General settings - this functionality DOES NOT WORK - IT IS A waste of time. When prompt asks what you want to do, it auto downloads IN THE BACKGROUND even if you say open and do NOT check save option. This is a MAJOR frustration, makes extra work for me to have to remember to go back to Downloads to delete all these files that just pile up, where I separately saved-off the file as usual to my other, separate intended directory. We should have the right to make that decision on whether or not we want to save it to our computers and take up space. PLEASE REVERSE THAT FUNCTIONALITY TO WHAT IS WAS BEFORE. THANK YOU>

Asked by fk350z prije 2 godina

Last reply by Aaron Grosky prije 1 godina

  • Riješeno
  • Arhivirano

Opening links / tabs behaviour help

I've recently made the switch to Firefox coming from Opera, and there's a few behaviours I'm missing / haven't figured out how to set up to match what I'm used to. Could … (pročitajte više)

I've recently made the switch to Firefox coming from Opera, and there's a few behaviours I'm missing / haven't figured out how to set up to match what I'm used to. Could someone point me in the right direction?

1) When I click an external link (e.g. in Discord) to open in browser (Firefox is now default), it opens the link but it overrides the currently selected tab rather than opening a new tab.

2) Following on from that, clicking the link also doesn't make Firefox the active window. Previously if I opened a new link from elsewhere, the other browser would come to the front. Can Firefox do that too?

I currently have it set so that opening a link in a new tab doesn't switch to that tab. Which is behaviour I want (if I'm doing that in Firefox itself).

Asked by BraXzy prije 2 godina

Answered by YongHan prije 2 godina

  • Riješeno
  • Arhivirano

Firefox 100, Google Services disconnects after a few minutes of having a tab open.

Having any google related webpage open for more than a couple of minutes causes it to disconnect (gmail, calendar). This results in no connectivity to any Google services… (pročitajte više)

Having any google related webpage open for more than a couple of minutes causes it to disconnect (gmail, calendar). This results in no connectivity to any Google services. Opening new tabs will refuse to load even Google.com. The only fix is to completely close out of Firefox and relaunch. But having gmail open for a few minutes will result in it disconnecting again.

The issue persists in 'troubleshooting mode' as well as after doing a refresh. I have experienced this now for the past couple of weeks on my Windows 10 work laptop. I have also seen this on 2 different Linux machines in the past few days. I had attempted to disable http3 and telemetry settings from an older post I had found, but no luck. Not sure what else to try at this point.

Asked by mcg prije 2 godina

Answered by Terry prije 1 godina

  • Riješeno
  • Arhivirano

Downloads Dropdown Panel

On the page: https://support.mozilla.org/en-US/kb/manage-downloads-preferences-using-downloads-menu#w_downloads-panel-automatically-opens it says: "Downloads panel automa… (pročitajte više)

On the page: https://support.mozilla.org/en-US/kb/manage-downloads-preferences-using-downloads-menu#w_downloads-panel-automatically-opens it says: "Downloads panel automatically opens" "Every time you start a download, Firefox will automatically bring up the Downloads panel by default, . . . "

It never used to do that ! Having the Downloads panel drop down and just sit there covering a large part of the page every time I save a little picture is an extreme nuisance ! How do I prevent it from happening ? Please help ! Many thanks !

Asked by bannerman100 prije 2 godina

Answered by YongHan prije 2 godina

  • Arhivirano

Blokowanie Outlook

Witam, Mam problem. Jak mam uruchomionego Outlook i działa synchronizacja maili bez problemu. W momencie gdy uruchamiam firefox przestaje działać synchronizacja( wysyłani… (pročitajte više)

Witam, Mam problem. Jak mam uruchomionego Outlook i działa synchronizacja maili bez problemu. W momencie gdy uruchamiam firefox przestaje działać synchronizacja( wysyłanie i odbieranie maili). Jeżeli uruchomię ponownie outlook przy działającym juz firefox to problem znika. Według Microsoft problemem jest Firefox:

"Nie wykluczone że moduł zmieniający połączenie VPN wbudowane w FF realizuje jakieś niestandardowe tunelowanie informacji, co przeszkadza w nawiązywaniu synchronizacji poczty tego akurat klienta poczty."

Powyżej informacja od Microsoftu.

problem ten pojawił się na kilku komputerach jakieś 3-4 tygodnie temu. Dopiero teraz powiązałem fakt co powoduje problem z outlook.

Asked by kalamarz.mateusz prije 1 godina

Last reply by kalamarz.mateusz prije 1 godina

  • Arhivirano

Firefox "locks up"

I am running Firefox 99.0.1. Lately (probably since the last update) when browsing the web, Firefox will lockup and not be responsive to clicks on hyper links. The issue … (pročitajte više)

I am running Firefox 99.0.1. Lately (probably since the last update) when browsing the web, Firefox will lockup and not be responsive to clicks on hyper links. The issue goes away when I close Firefox and re-open, but after clicking on 3 or four links, it locks up again. MS Edge does not have this problem with the same websites. I did notice in Task Manager that Firefox is opening up 10 processes. Can anyone give some suggestions?

Asked by dschlic1 prije 2 godina

Last reply by FredMcD prije 1 godina

  • Arhivirano

downloaf facebook videos to desktop in firefox

recently I had my windows 10 reinstalled and had to reinstall firefox before the reinstate of operating system I had a video add on for facebook that would let me save … (pročitajte više)

recently I had my windows 10 reinstalled and had to reinstall firefox before the reinstate of operating system I had a video add on for facebook that would let me save a video to my desktop so i can send to facebook or send privately in facebook chat> had an add on that did that but i can not find it anywhere. again i had forgotten the name i think it was browser downloader but not sure. I forgot the name but loved it also now after reinstalling fire fox in the setting where it says application and defaults i do not see my mp4 which is windows media player listed there. I am sending a screen shot to you

Asked by Mary prije 1 godina

Last reply by FredMcD prije 1 godina

  • Arhivirano

Firefox Freeze after today's update when attaching file on Gmail. Crashed multiple times HELP !!!

Firefox Freeze after today's update when attaching files on Gmail. Crashed multiple times HELP !!! Attachment window opens on Firefox program files Then as you sea… (pročitajte više)

Firefox Freeze after today's update when attaching files on Gmail. Crashed multiple times HELP !!!

Attachment window opens on Firefox program files

Then as you search for your file the attachment window , it freezes the entire browser.

Asked by joseuribem prije 1 godina

Last reply by FredMcD prije 1 godina

  • Arhivirano

Make links of firefox addons?

Its not really a migration question but can be helpful to those who wish to mange their stuff without the use of other people's computers(the cloud). I would like to tur… (pročitajte više)

Its not really a migration question but can be helpful to those who wish to mange their stuff without the use of other people's computers(the cloud).

I would like to turn all my addons into a text or html file of links or names. Why? The addons are going wonky again a few folders seem to be walmare but not reporting to be malware, its a huge pita to , manually write down each one. Basically, I need to nuke my install and reinstall it all fresh then reinstall all my addons. This is no easy feat when you use 20+ addons. And yes this seems to happen regularly after a couple of years.

Another question, If I sync'd just the addons would it let give me the addons fresh from the file repository without anything extra folders/files or will it just save my current addon folder corrupt files and all?

Also if I just synced addons it won't mess with my bookmarks or settings, will it?

Asked by Zippydsmlee prije 1 godina

Last reply by FredMcD prije 1 godina