Skip to content

Commit

Permalink
remove dummy value
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed May 14, 2022
1 parent 3be3479 commit a4d1df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/custom/toolbox.js
Expand Up @@ -258,7 +258,7 @@ function toolbox_waf_detector(){
$('#modal-content').append(`
<div class="mb-1">
<label for="cms_detector_input_url" class="form-label">HTTP URL/Domain Name</label>
<input class="form-control" type="text" id="waf_detector_input_url" required="" placeholder="https://yourdomain.com" value="https://yogeshojha.com">
<input class="form-control" type="text" id="waf_detector_input_url" required="" placeholder="https://yourdomain.com">
</div>
<small class="mb-3 float-end text-muted">(reNgine uses <a href="https://github.com/EnableSecurity/wafw00f" target="_blank">wafw00f</a> to detect WAF.)</span>
<div class="mt-3 mb-3 text-center">
Expand Down

0 comments on commit a4d1df4

Please sign in to comment.