Closed
Bug 238507
Opened 21 years ago
Closed 20 years ago
Firefox should set itself as the default browser for current user, rather than all users.
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 235380
People
(Reporter: noririty, Assigned: bugs)
References
Details
(Keywords: regression)
Firefox should not warn to ask user if one set as default browser
when user on Limited User Account.
It's not only annoying but also confusing regression.
(From update of attachment 143255 [details] [diff] [review])
+// Whether or not the application should check at startup each time if it
+// is the default browser.
+pref("browser.shell.checkDefaultBrowser", true);
+
something related?
Does NOT occur on 2004-03-07 08:00:00 or former (Firefox 0.8, Seamonkey)
DOES occur on 2004-03-08 08:00:00 or later
Updated•21 years ago
|
Component: General → OS Integration
Assignee | ||
Comment 1•20 years ago
|
||
I'm resummarizing this a little.
Firefox sets default browser registry keys in HKEY_LOCAL_MACHINE which is an
all-users setting and is unavailable if the user account is restricted.
Firefox should set itself as the default browser under HKEY_CURRENT_USER which
is always available.
Flags: blocking1.0+
Summary: Should not ask if to be default browser on Limited User → Firefox should set itself as the default browser for current user, rather than all users.
Assignee | ||
Comment 2•20 years ago
|
||
Actually, let's just dup it off 235380
*** This bug has been marked as a duplicate of 235380 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Flags: blocking-aviary1.0+
You need to log in
before you can comment on or make changes to this bug.
Description
•