fix: remove mailing list references (#2097)

This commit is contained in:
Nanne Baars 2025-04-02 07:22:38 +02:00 committed by GitHub
parent b3dec8bdc9
commit f45bf6171b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 12 deletions

View File

@ -36,10 +36,6 @@ logging.level.org.hidbernate.SQL=INFO
webgoat.server.directory=${user.home}/.webgoat-${webgoat.build.version}/
webgoat.user.directory=${user.home}/.webgoat-${webgoat.build.version}/
webgoat.build.version=@project.version@
webgoat.email=webgoat@owasp.org
webgoat.emaillist=owasp-webgoat@lists.owasp.org
webgoat.feedback.address=webgoat@owasp.org
webgoat.feedback.address.html=<A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A>
webgoat.database.connection.string=jdbc:hsqldb:mem:{USER}
webgoat.default.language=en
webgoat.url=http://${server.address}:${server.port}${server.servlet.context-path}

View File

@ -139,16 +139,12 @@
data-toggle="modal" data-target="#about-modal">
<i class="fa fa-info"></i>
</button>
<!-- mailto menu item -->
<a th:href="'mailto:' + ${@environment.getProperty('webgoat.email')} + '?Subject=Webgoat%20feedback'" target="_top">
<button type="button" class="btn btn-default right_nav_button" data-toggle="tooltip"
th:title="#{contact}">
<i class="fa fa-envelope"></i>
<!-- GitHub menu item -->
<a th:href="@{https://github.com/WebGoat/WebGoat}" target="_blank">
<button type="button" class="btn btn-default right_nav_button" data-toggle="tooltip">
<i class="fa fa-github"></i>
</button>
</a>
</div>
</header>