Clean URLs - Rework the brave_site_hacks_network_delegate_helper
code to use URL Sanitizer
service
#25104
Labels
dev-concern
OS/Desktop
priority/P4
Planned work. We expect to get to it "soon".
privacy/query-filter
Description
Follow up to brave/brave-core#14763 (phase 1)
There is some code (which is now duplicated) which we can clean up. It can be found here:
https://github.com/brave/brave-core/blob/d2d6b59666afa92b26e8c207ee936aad0a1c19f1/browser/net/brave_site_hacks_network_delegate_helper.cc#L74-L108
The list this code uses can be addressed by #10188 (phase 5)... but the code itself can make use of
URLSanitizerService::StripQueryParameter
and the older code inbrave_site_hacks_network_delegate_helper.cc
can be removedThe text was updated successfully, but these errors were encountered: