-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discussion: redo 0800s location bar etc #32
Comments
I also use the 1st 3 prefs, not a fan of We could create a section or sub-number (f.e. 0850) for IMO we can add EDIT: fe. 0803 -> 0850a, 0805 -> 0850b, etc. (there are only 5-6 with "shoulder surfers" atm) |
Love it, love it, love it! 0809 - with
We can either ditch it completely, add it to 0807 or leave it as a separate item. I don't care. now for some nitpicking and other ideas... I would still add the test-link for 0805 so that users can see for themselves that it is still a problem. Instead of 0804 - I have mine set to 10 for convenience and use the history.length-spoofing userscript. yeah, not much more to say, I love it - great job! ps. download history retention pref - I don't think does anything but feel free to test yourself. edit:
I like the first version better. Or you could add another line to the first version: |
yeah, it was more food-for-thought, not something I feel strongly about. Since we want to make this more appealing to a broader community, a slightly higher "default" value maybe wouldn't hurt, and the truly paranoid can still set it to 2 or do whatever - the info is all there. |
@Thorin-Oakenpants just in case you didn't know with the markdown syntax you can tell GitHub the language in the code block: ```
```js /* comment */
user_pref("foo", "bar"); I just think it's easier on the eyes. Keep up the good work guys 😺 |
I can test this. Will try today, but to be sure just give me a day or two, if today something come in between. ;) |
OK... first observations. Defaults: Testing with defaults... no surprises here... obviously. :) Testing with: This one remebers formfills even when browser is restarted. My first thought would be that formfills data are forgotten instantly or at least after restart on a first day, but no. Testing with: Formfill data are not written into database as expected and data are forgotten instantly. Now I need to test it with: Do you have any additional test cases in mind? Cheers |
👍
sendNotification("formhistory-beforeexpireoldentries", expireTime); The function Maybe I'm missing something. Help?! ;) edit: for testing we can enable |
@earthlng Should I do any additional tests for |
No. FF52 also seems to have fixed the dependency on
I really like it and IMO we should ship with |
|
|
@earthlng |
I am a bit puzzled why EDIT: |
|
damn Pants, got up early today to read your response to our little rants from yesterday and now they're gone :( |
let's see... I'll re-post parts of my previous comment here re: nits
You've since added /* 0807: disable search bar LIVE search suggestions - PRIVACY ***/
user_pref("browser.search.suggest.enabled", false); // Options>Search>Provide search suggestions
user_pref("browser.urlbar.suggest.searches", false); // Options>Search>Show search suggestions in location bar results
user_pref("browser.urlbar.userMadeSearchSuggestionsChoice", true); // (FF41+) Because the titles are essentially the same for both 0807+0808 anyway
You've added the testpage with a note. If I'd change anything it'd be to shorten that line, fe.
All done. Glad you liked it.
you changed it to 10, nice. Do we want to include a link to the userscript?
I still think this would be nice - it would slightly separate the 0850+ lines a bit better visually. user_pref("browser.urlbar.userMadeSearchSuggestionsChoice", true); // (FF41+)
/* 0850: browser.urlbar.* convenience/functionality vs privacy/paranoia ***/
/* 0850a: disable location bar autocomplete ***/
// user_pref("browser.urlbar.autocomplete.enabled", false); Most importantly from all this I really think we should comment out all the 0850 prefs by default. nothing more to add - as always, take it or leave it - this is good to go then. good job! Thanks! |
To clarify - I'd only comment out the 085x prefs. 086x are already commented out and 087x should definitely remain active because they "pollute" the C drive by creating a file in |
ok, my bad, I read it as urlbar and location bar
all the 085x prefs are |
As discussed in #208 The URL suggestion is controlled by browser.urlbar.autocomplete.enabled
Is there a reason that search suggestion from bookmarked and opened tabs are disabled?
I am using the following:
browser.urlbar.maxRichResults = 8
browser.urlbar.suggest.bookmark = true
browser.urlbar.suggest.openpage = true
Just can't see any privacy problems here, only productivity improvements.
Also
accessibility.typeaheadfind = true
seems nice productivity improvement.For
dom.event.contextmenu.enabled
I am not sure about privacy/security (?), but some pages (outlook web access for example) provides additional control over context menu.The text was updated successfully, but these errors were encountered: