Class CoepInterceptor

java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.CoepInterceptor
All Implemented Interfaces:
Serializable, ConditionalInterceptor, Interceptor, PreResultListener

public class CoepInterceptor extends AbstractInterceptor implements PreResultListener
Interceptor that implements Cross-Origin Embedder Policy on incoming requests used to protect a document from loading any non-same-origin resources which don't explicitly grant the document permission to be loaded.
See Also: