Closed
Bug 267342
Opened 21 years ago
Closed 2 years ago
"pacUtils" code should be unescaped
Categories
(Core :: Networking, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: benc, Unassigned)
References
()
Details
(Keywords: good-first-bug, Whiteboard: [necko-would-take])
as I understand it, because we do:
var mypac = pacUtils + pac;
This creates a monster pile of javascript PAC goo by mashing pacUtils and the
loaded PAC file together.
evalInSandbox(mypac, ProxySandBox, pacURL);
LocalFindProxyForURL=ProxySandBox.FindProxyForURL;
It would good for readability and other reasons to find a solution where
pacUtils is not escaped code in the source tree.
Comment 1•21 years ago
|
||
low-priority, patches welcome...
Severity: normal → trivial
Target Milestone: --- → Future
Comment 2•20 years ago
|
||
Also, I noticed that ebay.com uses the document.domain property. I tried setting
the codebase of my script to the value of document.domain, and also to 'http://'
+ document.domain. Neither worked.
It's difficult for me to confirm whether this bug would occur on all sites that
have document.domain since I don't have a webserver handy that I can configure
like that.
However it seems likely that this isn't coincidence.
Updated•19 years ago
|
Assignee: darin → nobody
QA Contact: benc → networking
Target Milestone: Future → ---
Updated•9 years ago
|
Whiteboard: [necko-would-take][good first bug]
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•5 years ago
|
Keywords: good-first-bug
Whiteboard: [necko-would-take][good first bug] → [necko-would-take]
Updated•3 years ago
|
Severity: trivial → S4
Comment 4•2 years ago
|
||
I think I fixed this one in bug 1751698.
You need to log in
before you can comment on or make changes to this bug.
Description
•