You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/secure_headers/headers/content_security_policy.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ def value
51
51
defbuild_value
52
52
directives.mapdo |directive_name|
53
53
caseDIRECTIVE_VALUE_TYPES[directive_name]
54
-
when:source_list,:require_sri_for_list,:require_trusted_types_for_list# require_sri is a simple set of strings that don't need to deal with symbol casing
54
+
when:source_list,
55
+
:require_sri_for_list,# require_sri is a simple set of strings that don't need to deal with symbol casing
0 commit comments