Method: KSConnect::Helpers#waf_location_config
- Defined in:
- lib/ksconnect/helpers.rb
#waf_location_config(domain_name) ⇒ Object
36 37 38 |
# File 'lib/ksconnect/helpers.rb', line 36 def waf_location_config(domain_name) waf_enabled?(domain_name) ? plugins[:web_shield].domains[domain_name].private_data['location.conf'] : "" end |