Could I get your opinion on some tickets? #17
Labels
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: d3cim/mobile_user.js#17
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Good afternoon:First of all, I'd like to thank you for your time and help.I would like to ask you about some entries in this web https://gist.github.com/0XDE57/fbd302cef7693e62c769#privacy-settings that are not implemented in your user. The entries are:
plugins.enumerable_names = blank
network.http.sendRefererHeader = 0
network.http.sendSecureXSiteReferrer = false
privacy.trackingprotection.enabled = true
browser.selfsupport.url = blank
browser.aboutHomeSnippets.updateUrL = blank
browser.startup.homepage_override.mstone = ignore (
In this one, if you allow me, I would like to make more emphasis since this entry shows the version of the browser we use. Wouldn't it be better for the privacy if it didn't come out?
)
network.cookie.alwaysAcceptSessionCookies = false
network.dnsCacheEntries = 100
network.dnsCacheExpiration = 60
loop.enabled = false
Then change these two entries to false so that the add-ons don't update themselves and together with browser.urlbar.autocomplete.enabled = false (which you already implemented in your user) avoid sending more information and so on. The entries I'm referring to are:
extensions.update.enabled
extensions.autoupdate.enabled
Then I would like to mention your user's entry:
dom.storage.enabled
// Pref : Disable DOM (Document Object Model) Storage
// [WARNING] This will break a LOT of sites' functionality AND extensions!
// You are better off using an extension for more granular control
// user_pref("dom.storage.enabled", false);
I don't know if it's possible to change or even better to wait?
Then refer to this entry I found in Fennec:javascript.options.ion.offthread_compilation = true
Do we leave this value as it is or do we make any changes?
Thank you very much for all your time and help.Receive a warm hug
Good afternoon:
First of all, I'd like to apologize for being such a pain in the ass.
I would like to draw your attention to these entries that do not change with the new user.The entries are:
reader.parse-on-load.enabled
// Pref : Disable Reader mode
// user_pref("reader.parse-on-load.enabled", false);
// -------------------------
and
browser.cache.memory.enable
/ Pref : Disable memory cache
// Capacity: -1=determine dynamically (default), 0=none, n=memory capacity in kilobytes
// user_pref("browser.cache.memory.enable", false);
// user_pref("browser.cache.memory.capacity", 0); // [HIDDEN PREF ESR]
// -
And I take this opportunity to inform you about this entry I found in fennec with value that I don't know if you consider it should be changed or not. This entries are:
extensions.webExtensionsMinPlatformVersion = 42.0a1
extensions.webextOptionalPermissionPrompts = true
extensions.webextPermissionPrompts = true
extensions.webextensions.ExtensionStorageIDB.enabled = true
extensions.webextensions.background-delayed-startup = true
extensions.webextensions.base-content-security-policy = script-src 'self' https://* script-src 'self' https://* moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; object-src 'self' https://* moz-extension: blob: filesystem:;
extensions.webextensions.default-content-security-policy = script-src 'self'; object-src 'self';
extensions.webextensions.enablePerformanceCounters = true
extensions.webextensions.identity.redirectDomain = extensions.allizom.org
extensions.webextensions.restrictedDomains = accounts-static.cdn.mozilla.net,accounts.firefox.com,addons.cdn.mozilla.net,addons.mozilla.org,api.accounts.firefox.com,content.cdn.mozilla.net,discovery.addons.mozilla.org,install.mozilla.org,oauth.accounts.firefox.com,profile.accounts.firefox.com,support.mozilla.org,sync.services.mozilla.com
I would like know what you think about .
Get a warm hug and thank you very much for all your time and help. And especially for your patience with me.