Skip to content

Commit 67ca492

Browse files
keithamusdgreif
andcommitted
fix typo
Co-authored-by: Dusty Greif <[email protected]>
1 parent 6ffcee7 commit 67ca492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/secure_headers/headers/content_security_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def reject_all_values_if_none(source_list)
150150

151151
def normalize_uri_paths(source_list)
152152
source_list.map do |source|
153-
# Normalize domains ending in a single / as without omitting the slash accomplisheg the same.
153+
# Normalize domains ending in a single / as without omitting the slash accomplishes the same.
154154
# https://www.w3.org/TR/CSP3/#match-paths § 6.6.2.10 Step 2
155155
begin
156156
uri = URI(source)

0 commit comments

Comments
 (0)