readd html, add usercount to license

This commit is contained in:
Anthony Stirling
2024-10-06 00:07:23 +01:00
parent e660237e28
commit eee2f5c666
18 changed files with 278 additions and 70 deletions

View File

@@ -134,6 +134,8 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-thymeleaf:$springBootVersion"
implementation 'com.posthog.java:posthog:1.1.1'
implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20240325.1'
if (System.getenv("DOCKER_ENABLE_SECURITY") != "false") {
implementation "org.springframework.boot:spring-boot-starter-security:$springBootVersion"