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"
|
||||
action="/WebGoat/IDOR/profile"
|
||||
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();" />
|
||||
|
||||
@ -185,4 +185,4 @@
|
||||
<div class="adoc-content" th:replace="doc:IDOR_mitigation.adoc"></div>
|
||||
</div>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user