Fix path to javascript file
This commit is contained in:
committed by
Nanne Baars
parent
e094dd6d14
commit
634a4c75b6
@ -60,7 +60,7 @@
|
|||||||
method="GET" name="form"
|
method="GET" name="form"
|
||||||
action="/WebGoat/IDOR/profile"
|
action="/WebGoat/IDOR/profile"
|
||||||
enctype="application/json;charset=UTF-8">
|
enctype="application/json;charset=UTF-8">
|
||||||
<script th:src="@{/plugin_lessons/plugin/IDOR/js/idor.js}" />
|
<script th:src="@{/lesson_js/idor.js}" />
|
||||||
|
|
||||||
<input name="View Profile" value="View Profile" type="button" onclick="onViewProfile();" />
|
<input name="View Profile" value="View Profile" type="button" onclick="onViewProfile();" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user