Skip to content

Commit

Permalink
fix uninit'd warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Aug 25, 2017
1 parent fe1cfe2 commit 0647e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/secure_headers/configuration.rb
Expand Up @@ -143,6 +143,7 @@ def initialize(&block)
@x_frame_options = nil
@x_permitted_cross_domain_policies = nil
@x_xss_protection = nil
@expect_certificate_transparency = nil

self.hpkp = OPT_OUT
self.referrer_policy = OPT_OUT
Expand Down

0 comments on commit 0647e66

Please sign in to comment.