We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26d245 commit f36d4d2Copy full SHA for f36d4d2
interceptors/Security.cfc
@@ -26,7 +26,7 @@ component accessors="true" extends="coldbox.system.Interceptor" {
26
*/
27
function configure(){
28
// Shorthand for rules
29
- if ( isArray( variables.properties.firewall.rules ) && arrayLen( variables.properties.firewall.rules ) ) {
+ if ( isArray( variables.properties.firewall.rules ) ) {
30
variables.properties.firewall.rules = variables.cbSecurity
31
.getDefaultRuleSettings()
32
.append( { "inline" : variables.properties.firewall.rules }, true );
0 commit comments