Encontrados 3 resultados para cookies en Firefox para empresas
Configure cookie handling in mozilla.cfg
Hi, I'm trying to manage Firefox on 75 Macs. I need cookies to be enabled, not cleared on Firefox shutdown with third party cookies accepted. Nothing I have tried in my mozilla.cfg file is working. Either one option is set or another, but not both. Here's my mozilla.cfg file: // set Firefox Default homepage pref("browser.startup.homepage","https://www.google.com"); // disable default browser check pref("browser.shell.checkDefaultBrowser", false); // disable application updates pref("app.update.enabled", false) // disables the 'know your rights' button from displaying on first run pref("browser.rights.3.shown", true); // disables the request to send performance data from displaying pref("toolkit.telemetry.prompted", 2); pref("toolkit.telemetry.rejected", true); // enable cookies system-wide pref("network.cookie.cookieBehavior", 1); // do not clear cookies on shutdown // pref("privacy.clearOnShutdown.cookies", false); // accept third party cookies pref("network.cookie.thirdparty.sessionOnly", false); What part of the above is wrong? OS is macOS 10.13.6 "High Sierra", Firefox is version 61.0.2 "Firefox Quantum." The whole reason for this is to satisfy a cookie requirements for a site we regularly use.Resueltas — Last updated Hace 4 meses
mozila.cfg: lock setting
How can we lock the following setiing: In the setting Browser Privacy Settings: Trackers, option Always Third Party Cookies, option all cookies of third parties.. ( something like this in English) With kind regards, Ben RabenResueltas — Last updated Hace 3 semanas
Failed to read the configuration file - FireFox ESR
Hi, using the latest FireFox ESR I cannot get this customization to work. The error is "Failed to read the configuration file" The file is: //Firefox Default Settings // set Firefox Default homepage pref("browser.startup.homepage","http://www.google.co.uk/”); // disable default browser check pref("browser.shell.checkDefaultBrowser", false); pref("browser.startup.homepage_override.mstone”, “ignore”); // disable application updates pref("app.update.auto", false) pref("app.update.enabled", false) // disables the ‘know your rights’ button from displaying on first run pref("browser.rights.3.shown", true); // disables the request to send performance data from displaying pref("toolkit.telemetry.prompted", 2); pref("toolkit.telemetry.rejected", true); // disable history, download, cache, password and settings pref("browser.privatebrowsing.autostart", true) // clear cookies pref("privacy.clearOnShutdown.cookies", true) This has worked before, using the local-settings.js this file is: pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg"); Any ideas? AlexResueltas — Last updated Hace 1 mes