Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions addOns/help/src/main/javahelp/contents/releases/2_8_0.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,14 @@ <h3>Passive Scan Rules - Release</h3>
<li>Promote Cookie Loosely Scoped Scanner to release (Issue 4459).</li>
</ul>

<H2>Filters Removal</H2>
Deprecated since ZAP 2.4.0 the Filters functionality, that allowed to change/access some HTTP messages sent/received through
ZAP, has now been removed, the same and much more can be achieved with scripts and Replacer add-on.
<H2>Headless Browser Support</H2>
Headless browsers are now supported by the Selenium add-on and the add-ons that use it. Both the Ajax Spider and the DOM XSS scan rule now default to headless Firefox.

<H2>Command Line Changes</H2>
<h3>-dir &lt;dir&gt;</h3>
To prevent add-ons (inadvertently) use/override core files ZAP will no longer start (and show an error) if the home and the
installation directories are the same.

<H2>Headless Browser Support</H2>
Headless browsers are now supported by the Selenium add-on and the add-ons that use it. Both the Ajax Spider and the DOM XSS scan rule now default to headless Firefox.

<h3>CA Certificate Handling</h3>
The following options allow the root CA certificate to be set and read:
<pre>
Expand Down Expand Up @@ -95,6 +91,10 @@ <h3>Client Certificate Handling</h3>
<H2>Source Code Restructuring</H2>
The ZAP repositories have all been migrated to use Gradle from Ant. Standard source code formatting is also now enforced for consistency.

<H2>Filters Removal</H2>
Deprecated since ZAP 2.4.0 the Filters functionality, that allowed to change/access some HTTP messages sent/received through
ZAP, has now been removed, the same and much more can be achieved with scripts and Replacer add-on.

<H2>Changes in Bundled Libraries</H2>
The following libraries are no longer being bundled with ZAP (core):
<ul>
Expand Down