Package org.jivesoftware.openfire.http
Class HttpBindContentSecurityPolicyFilter
java.lang.Object
org.jivesoftware.admin.ContentSecurityPolicyFilter
org.jivesoftware.openfire.http.HttpBindContentSecurityPolicyFilter
- All Implemented Interfaces:
javax.servlet.Filter
Adds Content-Security-Policy headers to HTTP responses based on configuration from HTTP Binding / Bosh properties.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.admin.ContentSecurityPolicyFilter
doFilterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.Filter
destroy, init
-
Constructor Details
-
HttpBindContentSecurityPolicyFilter
public HttpBindContentSecurityPolicyFilter()
-