-
Notifications
You must be signed in to change notification settings - Fork 232
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
document startup.homepage* prefs #218
Conversation
user.js
Outdated
// https://secure.wikimedia.org/wikibooks/en/wiki/Grsecurity/Application-specific_Settings#Firefox_.28or_Iceweasel_in_Debian.29 | ||
user_pref("javascript.options.methodjit.chrome", false); | ||
user_pref("javascript.options.methodjit.content", false); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should we do with these?
Should you |
Add disabled prefs to UI section May be useful as some users might consider thses "automatic connections" Ref. #153
Rebased |
I still feel that these homepage thingies aren't necessary in the user.js. Might be minor annoyance, but not really any kind of privacy/security issue. Wouldn't you say? And also to keep it tidier. |
Maybe we could document these in the wiki? |
I agree. Let's close this PR.
:/ I think information is currently too much scattered between user.js comments, the wiki, the readme... In my experience it leads to duplicate/outdated/don't-know-where-to-look documentation. It can be made cleaner eg by:
So closing. Let me know if you agree with the above and if I should open a new issue. |
Yes, the wiki should be cleaned up, gathering the relevant parts and then closing it completely. All the relevant info should be in the README.
I agree.
Moved or copied? I think the online tests section is good in the README as it is, but some of the tests could be also in the user.js.
I don't think that's a good idea. I think we should have it the similar way it's now, kinda summarizing different aspects of the hardening.
Haven't looked what's there :P
Yes. |
Add disabled prefs to UI section
May be useful as some users might consider these "automatic connections"
Ref. #153