@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public static @interface CSP.Disable
Mark a controller class or action handler method that shall not output Content-Security-Policy
header. This can be used to construct the blacklist of CSP enabled resources when the global AppConfigKey.CONTENT_SECURITY_POLICY
is enabled
Copyright © 2014–2018 ActFramework. All rights reserved.