Skip to content

Commit

Permalink
Merge tag '144.0.7-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed May 15, 2024
2 parents 40b80f9 + 7d5ddc9 commit 6e77cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public struct BrokenSiteReport {
case navigation
}

public static let allowedQueryReservedCharacters = CharacterSet.urlQueryParameterAllowed
public static let allowedQueryReservedCharacters = CharacterSet(charactersIn: ",")

let siteUrl: URL
let category: String
Expand Down

0 comments on commit 6e77cb1

Please sign in to comment.