AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

NonceInjectionModule Class

PageFilter does all the dirty work of tinkering the outgoing HTML stream. This is a good place to enforce some compilancy with web standards.
HTTP module that injects Content Security Policy nonce values into the outgoing HTML response stream for script, style, and link tags when CSP nonce is enabled on the page.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public class NonceInjectionModule : IHttpModule, 
	IRequiresSessionState

Inheritance Hierarchy


Object
  AdvantageCMS.Core.Common.BaseClasses..::..NonceInjectionModule