We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7218e commit fa4298eCopy full SHA for fa4298e
spec/lib/secure_headers/headers/content_security_policy_spec.rb
@@ -61,7 +61,7 @@ module SecureHeaders
61
default_src: %w(a.example.org b.example.org *.example.org https://*.example.org c.example.org/)
62
}
63
csp = ContentSecurityPolicy.new(config)
64
- expect(csp.value).to eq("default-src a.example.org b.example.org *.example.org")
+ expect(csp.value).to eq("default-src a.example.org b.example.org *.example.org c.example.org")
65
end
66
67
it "removes http/s schemes from hosts" do
0 commit comments