Closed
Bug 207807
Opened 22 years ago
Closed 19 years ago
disable javascript per site & no foreign (third party) javascript
Categories
(SeaMonkey :: UI Design, enhancement)
SeaMonkey
UI Design
Tracking
(Not tracked)
People
(Reporter: TenToThe9, Assigned: danielwang)
References
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030504 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030504 Mozilla Firebird/0.6
Javascript should have some of the same options as images currently have.
Namely, you should be able to black or white list sites for javascript, and
there should be an option like 'run scripts from the originating site only'
which would disable loading <script> tags that where the src is absolute and not
from the same host as the page.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
you nead, add a Javascript-Manager?
Some of this is already implemented in CAPS, Configurable Security Policies
(<http://www.mozilla.org/projects/security/components/ConfigPolicy.html>).
That document does mention that the value "sameOrigin" isn't presently
implemented for controlling JavaScript, though.
Assignee | ||
Comment 3•22 years ago
|
||
*** Bug 208508 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 4•22 years ago
|
||
I'll hack an .xpi Javascript Manager. should be done very soon.
Assignee | ||
Comment 5•22 years ago
|
||
install instruction: download the file and drag the file icon to the browser.
Tested in mozilla 1.4 on win98se only. The package adds a "Javascript Manager"
menu to the Tools menu. Currently only "manage scripte sites" work.
This extension allows you to create a whitelist for script sites. If you check
"Disable JavaScript except for the following sites", then only sites listed can
execute Javascript. Note: "www." is dropped from site name, so if you try to
add "www.cnn.com", "cnn.com" will be added instead and all *.cnn.com sites can
run js.
This extension is for testing purpose only. I do not provide user support and
do not guarentee that it will be compatible w/ any future version.
Confirming and sending to XP Apps. This seems like a reasonable request,
especially now that Daniel has done much of the work already.
Assignee: general → jag
Status: UNCONFIRMED → NEW
Component: Browser-General → XP Apps
Ever confirmed: true
QA Contact: general → pawyskoczka
Assignee | ||
Comment 7•22 years ago
|
||
Comment on attachment 129210 [details]
jsManager.xpi
the package had a serious bug. use the one from page bottom of
http://bannerblind.mozdev.org/installation.html
Attachment #129210 -
Attachment is obsolete: true
Comment 9•21 years ago
|
||
*** Bug 247578 has been marked as a duplicate of this bug. ***
Comment 10•21 years ago
|
||
*** Bug 239585 has been marked as a duplicate of this bug. ***
Comment 11•21 years ago
|
||
*** Bug 251688 has been marked as a duplicate of this bug. ***
Comment 12•21 years ago
|
||
May I request that the bug and fix also include per-site Java Exception options?
Comment 13•21 years ago
|
||
(In reply to comment #12)
> May I request that the bug and fix also include per-site Java Exception options?
Blocking Java is covered in bug 94035 (see also bug 238388). Probably a
whitelist mechanism will be implemented for each type of plugin.
Comment 14•21 years ago
|
||
*** Bug 257717 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Summary: per site javascript disable & no foreign javascript → disable javascript per site & no foreign (third party) javascript
Comment 15•21 years ago
|
||
We need a blacklist too, not just a whitelist, like Daniel made. It should have
Firefox 1.0 PR support as well.
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Comment 16•20 years ago
|
||
*** Bug 273105 has been marked as a duplicate of this bug. ***
Comment 17•19 years ago
|
||
This seems to have been neglected for quite a time now. It seems to be from when Firefox was just starting out. I would really like to see this enhancement implemented on all platforms. A extension, Noscript (www.noscript.net) which offers whitelist functionality for Java and Javascript, has been extremely popular. I think this should come standard in Firefox.
Comment 18•19 years ago
|
||
I think the Product: field should be changed to Firefox or Seamonkey and the Version: field to unspecified.
Comment 19•19 years ago
|
||
*** This bug has been marked as a duplicate of 38966 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•