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 6ffcee7 commit 67ca492Copy full SHA for 67ca492
lib/secure_headers/headers/content_security_policy.rb
@@ -150,7 +150,7 @@ def reject_all_values_if_none(source_list)
150
151
def normalize_uri_paths(source_list)
152
source_list.map do |source|
153
- # Normalize domains ending in a single / as without omitting the slash accomplisheg the same.
+ # Normalize domains ending in a single / as without omitting the slash accomplishes the same.
154
# https://www.w3.org/TR/CSP3/#match-paths § 6.6.2.10 Step 2
155
begin
156
uri = URI(source)
0 commit comments