| Summary: | ark: disable JavaScript in HTML preview | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | Tomas Hoger <thoger> |
| Component: | general | Assignee: | Harald Hvaal <metellius> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | rakuco |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tomas Hoger
2010-04-27 15:09:06 UTC
SVN commit 1119906 by rkcosta: When opening an HTML file with KHTMLPart, disable Java, JavaScript, plugins and external references. This is a saner and safer default, since the archive might come from an unknown and untrusted sender. If access to the disabled stuff is needed, the user should simply extract the file and view it in a browser. See also bug 235468. BUG: 235546 M +1 -2 CMakeLists.txt M +14 -0 arkviewer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1119906 SVN commit 1119908 by rkcosta: Backport r1119906. When opening an HTML file with KHTMLPart, disable Java, JavaScript, plugins and external references. This is a saner and safer default, since the archive might come from an unknown and untrusted sender. If access to the disabled stuff is needed, the user should simply extract the file and view it in a browser. See also bug 235468. CCBUG: 235546 M +1 -2 CMakeLists.txt M +14 -0 arkviewer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1119908 |