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 08e7388 commit b18d3ebCopy full SHA for b18d3eb
docs/named_overrides_and_appends.md
@@ -76,11 +76,6 @@ class ApplicationController < ActionController::Base
76
SecureHeaders::Configuration.override(:script_from_otherdomain_com) do |config|
77
config.csp[:script_src] << "otherdomain.com"
78
end
79
-
80
- # overrides the :script_from_otherdomain_com configuration
81
- SecureHeaders::Configuration.override(:another_config, :script_from_otherdomain_com) do |config|
82
- config.csp[:script_src] << "evenanotherdomain.com"
83
- end
84
85
86
class MyController < ApplicationController
0 commit comments