-
Notifications
You must be signed in to change notification settings - Fork 2.6k
News' "add this RSS feed" functionality doesn't honor the HTTPS upgrade setting #38282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
News' "add this RSS feed" functionality doesn't honor the HTTPS upgrade setting #38282
Comments
The other thing that this suggests is that we are likely not running these URLs through our privacy filters (e.g. debouncer, query string filter). |
cc: @LorenzoMinto |
@bsclifton is anyone able to take this issue? |
@boocmp do you think you could take this? assuming @LorenzoMinto / @fallaciousreasoning have not started on it. |
@fmarier I suspect this is probably a broader problem with our |
ApiRequestHelper uses the SharedUploaderFactory which bypasses any Brave code for requests passing through it, I always thought it is by design. |
cc @petemill not really sure on the best approach here if its by design that the |
I think this should be a News-specific fix (for these custom RSS feeds). We should not change any other internal requests. |
Reopening as the fix for this was incomplete, but feel free to close it again and just open a follow-up if that's easier: https://bravesoftware.slack.com/archives/C6R461GF4/p1733936717990789 |
Merged brave/brave-core#26989 as a follow up last week |
@fmarier do you think this one should be tested on all desktop OSes (Windows, macOS, Linux) or is verification on one OS sufficient? If you think this is important enough to test on all desktop OSes please add the |
@LaurenWags It should be fine on just one desktop platform. There's nothing OS-specific about this. |
Excellent, thanks for the input @fmarier 😄 |
Verification
Reproduced the issue in 1.73.105 using the STR from #38282 (comment)
Confirmed no http request is shown related to
|
example | example | example | example | example |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
Steps To Reproduce:
http
Actual
Expected
The request should be upgraded to HTTPS and no HTTP request should be visible in WireShark.
Originally reported at https://hackerone.com/reports/2502007
The text was updated successfully, but these errors were encountered: