Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvielle Wolfe <awolfe@gitlab.com>2019-09-13 01:04:28 +0300
committerAvielle Wolfe <awolfe@gitlab.com>2019-09-13 01:47:05 +0300
commit74cd2afe4d9f0f732625fab2c3aab7e6e83484c4 (patch)
tree13ad1014bb855239ec0ff0d17aa21c0e826856fd
parent73dd2502541d568eae98d85dcedf9ba0985173a4 (diff)
Remove error message image
It was suggested that the image is not necessary. I agree!
-rw-r--r--doc/user/application_security/dast/img/dast-domain-validation-error.pngbin30475 -> 0 bytes
-rw-r--r--doc/user/application_security/dast/index.md2
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/user/application_security/dast/img/dast-domain-validation-error.png b/doc/user/application_security/dast/img/dast-domain-validation-error.png
deleted file mode 100644
index eaecc72c99b..00000000000
--- a/doc/user/application_security/dast/img/dast-domain-validation-error.png
+++ /dev/null
Binary files differ
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md
index 0f5165f2606..3f99de3ab0f 100644
--- a/doc/user/application_security/dast/index.md
+++ b/doc/user/application_security/dast/index.md
@@ -144,8 +144,6 @@ includes a `Gitlab-DAST-Permission` header with a value of `deny`.
If `DAST_FULL_SCAN_DOMAIN_VALIDATION_REQUIRED` is true, the scan will _exit_ unless the response to the ping
includes a `Gitlab-DAST-Permission` header with a value of `allow`.
-![Error message displayed when DAST domain validation fails](img/dast-domain-validation-error.png)
-
Here are some examples of adding the `Gitlab-DAST-Permission` header to a response in Rails, Django, and Node (with Express).
##### Ruby on Rails