We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd1d0f + f7d0c09 commit e30f8d4Copy full SHA for e30f8d4
CHANGELOG.md
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
-
+### Changed
8
+- Do not set the background colour of the help page.
9
10
## [2] - 2020-01-30
11
### Added
src/main/javahelp/help/contents/intro.html
@@ -6,7 +6,7 @@
FuzzDB Web Backdoors
</TITLE>
</HEAD>
-<BODY BGCOLOR="#ffffff">
+<BODY>
<H1>FuzzDB Web Backdoors</H1>
<a href="https://github.com/fuzzdb-project/fuzzdb/">FuzzDB</a> web backdoors which can be used with the ZAP fuzzer.
12
0 commit comments