class Kemal::Shield::Config
- Kemal::Shield::Config
- Reference
- Object
Defined in:
kemal-shield/config.crConstant Summary
-
INSTANCE =
self.new
Constructors
Instance Method Summary
- #coep_on : Bool
- #coep_on=(coep_on : Bool)
- #coop : String
- #coop=(coop : String)
- #coop_on : Bool
- #coop_on=(coop_on : Bool)
- #corp : String
- #corp=(corp : String)
- #corp_on : Bool
- #corp_on=(corp_on : Bool)
- #csp_defaults : Bool
- #csp_defaults=(csp_defaults : Bool)
- #csp_directives : Hash(String, Array(String))
- #csp_directives=(csp_directives : Hash(String, Array(String)))
- #csp_on : Bool
- #csp_on=(csp_on : Bool)
- #csp_report_only : Bool
- #csp_report_only=(csp_report_only : Bool)
- #expect_ct : Bool
- #expect_ct=(expect_ct : Bool)
- #expect_ct_enforce : Bool
- #expect_ct_enforce=(expect_ct_enforce : Bool)
- #expect_ct_max_age : Int32
- #expect_ct_max_age=(expect_ct_max_age : Int32)
- #expect_ct_report_uri : String
- #expect_ct_report_uri=(expect_ct_report_uri : String)
- #hide_powered_by : Bool
- #hide_powered_by=(hide_powered_by : Bool)
- #no_sniff : Bool
- #no_sniff=(no_sniff : Bool)
- #oac : Bool
- #oac=(oac : Bool)
- #referrer_on : Bool
- #referrer_on=(referrer_on : Bool)
- #referrer_policy : Array(String)
- #referrer_policy=(referrer_policy : Array(String))
- #sts_include_sub : Bool
- #sts_include_sub=(sts_include_sub : Bool)
- #sts_max_age : Int32
- #sts_max_age=(sts_max_age : Int32)
- #sts_on : Bool
- #sts_on=(sts_on : Bool)
- #sts_preload : Bool
- #sts_preload=(sts_preload : Bool)
- #x_dns_prefetch_control : Bool
- #x_dns_prefetch_control=(x_dns_prefetch_control : Bool)
- #x_dns_prefetch_control_on : Bool
- #x_dns_prefetch_control_on=(x_dns_prefetch_control_on : Bool)
- #x_download_options : Bool
- #x_download_options=(x_download_options : Bool)
- #x_frame_options : String
- #x_frame_options=(x_frame_options : String)
- #x_frame_options_on : Bool
- #x_frame_options_on=(x_frame_options_on : Bool)
- #x_permitted_cross_domain_policies : String
- #x_permitted_cross_domain_policies=(x_permitted_cross_domain_policies : String)
- #x_permitted_cross_domain_policies_on : Bool
- #x_permitted_cross_domain_policies_on=(x_permitted_cross_domain_policies_on : Bool)
- #x_xss_protection : Bool
- #x_xss_protection=(x_xss_protection : Bool)
Constructor Detail
Instance Method Detail
def x_permitted_cross_domain_policies_on=(x_permitted_cross_domain_policies_on : Bool)
#