This is an automated email from the ASF dual-hosted git repository.
andytaylor pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
The following commit(s) were added to refs/heads/main by this push:
new 0122b22 ARTEMIS-5648 - Remove deprecated HPKP http header
0122b22 is described below
commit 0122b22f3df77666cf63e8897b07406451655821
Author: GChuf <[email protected]>
AuthorDate: Thu Sep 4 10:10:08 2025 +0200
ARTEMIS-5648 - Remove deprecated HPKP http header
---
artemis-console-war/src/main/webapp/WEB-INF/web.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/artemis-console-war/src/main/webapp/WEB-INF/web.xml
b/artemis-console-war/src/main/webapp/WEB-INF/web.xml
index ce88612..7e177cc 100644
--- a/artemis-console-war/src/main/webapp/WEB-INF/web.xml
+++ b/artemis-console-war/src/main/webapp/WEB-INF/web.xml
@@ -93,15 +93,6 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
- <filter>
- <filter-name>PublicKeyPinningFilter</filter-name>
- <filter-class>io.hawt.web.filters.PublicKeyPinningFilter</filter-class>
- </filter>
- <filter-mapping>
- <filter-name>PublicKeyPinningFilter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
<filter>
<filter-name>ReferrerPolicyFilter</filter-name>
<filter-class>io.hawt.web.filters.ReferrerPolicyFilter</filter-class>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact