Skip to content
Snippets Groups Projects

Issue #3498739 - Allow returning a 403 response when blocking

Open Ross Bale requested to merge issue/restrict_ip-3498739:3498739-allow-returning-a into 5.0.x
Files
7
@@ -18,6 +18,9 @@ allow_role_bypass: false
@@ -18,6 +18,9 @@ allow_role_bypass: false
# A key indicating what action should be performed when bypasses are allowed by role, but users are not logged in
# A key indicating what action should be performed when bypasses are allowed by role, but users are not logged in
bypass_action: 'provide_link_login_page'
bypass_action: 'provide_link_login_page'
 
# A boolean indicating whether to return a 403 access denied response when blocking.
 
return_403: false
 
# D7 variable - restrict_ip_white_black_list
# D7 variable - restrict_ip_white_black_list
# An integer indicating how to check bypass restrictions.
# An integer indicating how to check bypass restrictions.
# 0 = check access on all paths
# 0 = check access on all paths
Loading