File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,12 +98,17 @@ spec:
9898 cookie_transform : " on"
9999 add_cookie_flags : " httpOnly"
100100 decode_request_cookies : " on"
101+ rfc_profile :
102+ name : " APPFW_RFC_BYPASS"
103+ streaming :
104+ value : " on"
101105 html :
102106 sql_injection :
103107 check_sql_wildchars : " on"
104108 transform_special_chars : " on"
105109 injection_type : " SQLSplCharORKeyword"
106110 parse_comments : " ansinested"
111+ sql_injection_grammar : " on"
107112 cross_site_scripting :
108113 check_complete_urls : " on"
109114 transform_unsafe_html : " on"
@@ -159,6 +164,8 @@ spec:
159164 max_len : 128
160165 string :
161166 max_len : 1000000
167+ sql_injection :
168+ sql_injection_grammar : " off"
162169 relaxations :
163170 html :
164171 cross_site_scripting :
Original file line number Diff line number Diff line change 1+ apiVersion : citrix.com/v1
2+ kind : waf
3+ metadata :
4+ name : wafrfc
5+ spec :
6+ servicenames :
7+ - frontend
8+ application_type :
9+ - HTML
10+ html_error_object : " http://x.x.x.x/crd/error_page.json"
11+ settings :
12+ common :
13+ rfc_profile :
14+ name : " APPFW_RFC_BYPASS"
You can’t perform that action at this time.
0 commit comments