change to Pdf.js-Legacy Version 4.3.136 (#1444)

* add: PDF.js-Legacy

* change path
This commit is contained in:
Ludy
2024-06-12 21:33:25 +02:00
committed by GitHub
parent 76660eb791
commit 446bc68768
388 changed files with 148314 additions and 20 deletions

View File

@@ -104,6 +104,7 @@ public class UserAuthenticationFilter extends OncePerRequestFilter {
contextPath + "/fonts/",
contextPath + "/js/",
contextPath + "/pdfjs/",
contextPath + "/pdfjs-legacy/",
contextPath + "/api/v1/info/status",
contextPath + "/site.webmanifest"
};

View File

@@ -10,6 +10,7 @@ public class RequestUriUtils {
|| requestURI.startsWith("/images/")
|| requestURI.startsWith("/public/")
|| requestURI.startsWith("/pdfjs/")
|| requestURI.startsWith("/pdfjs-legacy/")
|| requestURI.endsWith(".svg")
|| requestURI.startsWith("/api/v1/info/status");
}