Class CspControlBarProcessor
java.lang.Object
org.eblocker.server.icap.transaction.processor.CspControlBarProcessor
- All Implemented Interfaces:
TransactionProcessor
Adapts a Content-Security-Policy header of the page so the ControlBar (icons, iframe, XMLHttpRequests) can be loaded.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Transaction transaction) Returns false, if processing should be interrupted here.
-
Constructor Details
-
CspControlBarProcessor
public CspControlBarProcessor()
-
-
Method Details
-
process
Description copied from interface:TransactionProcessorReturns false, if processing should be interrupted here.All other results have to be stored in the transaction object.
- Specified by:
processin interfaceTransactionProcessor- Returns:
-