Closed
Bug 102042
Opened 23 years ago
Closed 13 years ago
Separate the useragent used by http from the actual one seen by plug-ins
Categories
(Core Graveyard :: Plug-ins, enhancement, P5)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: pez, Assigned: peterl-bugs)
References
Details
(Whiteboard: [PL2:P5])
It is possible to set the Useragent string by setting
"global.useragent.override" in user.js or prefs.js. However, some plugins
(notably Java 1.3) query the Useragent to determine if they're loadable or not.
Plugins should see the actual Useragent of Mozilla, while websites should see
the useragent overridden in the .js files. (I realize this isn't strictly
speaking a bug, which is why I've filed it under "enhancements.")
Thinking about it, though, I suppose it's possible that someone might want to
set the useragent on a per-plugin basis, too. I don't think we'll go into that
here.
I don't actually have any coding experience with Mozilla, but I'd be willing to
dive into this one to see if there's something I can do (unless there's someone
with experience in this area who'd feel like looking at it and be able to whip
up something much more quickly).
Comment 1•23 years ago
|
||
I have absolutely no idea who is responsible for useragent stuff...XP Apps
maybe? Hopefully asa knows... ->asa
Assignee: bnesse → asa
Component: Preferences: Backend → Browser-General
QA Contact: sairuh → doronr
Comment 2•23 years ago
|
||
plug-ins, perhaps...?
Comment 3•23 years ago
|
||
The most urgent need to this is to solve a crash which happens when the user
agent is changed to something like IE and Sun Java plug-in refuses to work (Sun
will not fix this - see bug 83376). Presently to spoof IE (for QA work) I have
to uninstall the Java Plugin first.
Of courese finding the offending code in Mozilla (the actual crash is Mozilla
fault) should be simpler, but this solution is much more general than a fix for
one Java plug-in.
Comment 4•23 years ago
|
||
->XPApps
Assignee: asa → pchen
Status: UNCONFIRMED → NEW
Component: Browser-General → XP Apps
Ever confirmed: true
QA Contact: doronr → sairuh
Comment 5•23 years ago
|
||
->plugins
Assignee: pchen → av
Component: XP Apps → Plug-ins
QA Contact: sairuh → shrir
Comment 6•23 years ago
|
||
"Real one" is now actually a plugin (!), so summary --> "... actual one...."
Maybe it's impossible to fix this bug. Does Mozilla know it will be opening a
plugin ahead of time, so it could pass the actual useragent string?
Summary: Separate the useragent used by http from the real one seen by plug-ins → Separate the useragent used by http from the actual one seen by plug-ins
Comment 7•23 years ago
|
||
future for now
Priority: -- → P5
Summary: Separate the useragent used by http from the actual one seen by plug-ins → [RFE]Separate the useragent used by http from the actual one seen by plug-ins
Whiteboard: [RFE]
Target Milestone: --- → Future
Comment 8•23 years ago
|
||
The plug-ins triage team (av, beppe, peterl, serge and shrir) have reviewed this
issue and have made the following determination:
This is a low priority request and we will try to get to this at a later date.
Assigning to peterl, he has another bug that needs to be resolved and this fits
with that issue
Assignee: av → peterl
Whiteboard: [RFE] → [RFE][PL2:P5]
Updated•23 years ago
|
Severity: enhancement → normal
Comment 9•22 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
Summary: [RFE]Separate the useragent used by http from the actual one seen by plug-ins → Separate the useragent used by http from the actual one seen by plug-ins
Whiteboard: [RFE][PL2:P5] → [PL2:P5]
Comment 10•17 years ago
|
||
I agree that this enhancement is desirable but low-priority.
Is it possible for, let's say, a Java applet to send back data (e.g., the UA string as it sees it) over the Web? If it is, wouldn't that defeat the UA spoofing privacy if this bug gets fixed?
Updated•15 years ago
|
QA Contact: shrir → plugins
Comment 11•13 years ago
|
||
I don't want to do this. If you change your UA string then plugin compatibility is one consequence you might have to deal with.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•