Bug 1797715 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Interestingly enough, even with `privacy.trackingprotection.lower_network_priority` disabled the `fetchPriority=high` image from https://newsroom.spotify.com/, https://storage.googleapis.com/pr-newsroom-wp/1/2024/08/GT0sh5UbIAAFDZw.jpeg, end sup with slightly lower priority than default urgency (`4` vs `3`), because the request  is identified as a third party tracking request in [nsHttpChannel::Connect()](https://searchfox.org/mozilla-central/rev/6ad5adeba2b4353c53fd3c714223becd78cda029/netwerk/protocol/http/nsHttpChannel.cpp#1099-1106).
Interestingly enough, even with `privacy.trackingprotection.lower_network_priority` disabled the `fetchPriority=high` image from https://newsroom.spotify.com/, https://storage.googleapis.com/pr-newsroom-wp/1/2024/08/GT0sh5UbIAAFDZw.jpeg, ends up with a slightly lower priority than default urgency (`4` vs `3`), because the request  is identified as a third party tracking request in [nsHttpChannel::Connect()](https://searchfox.org/mozilla-central/rev/6ad5adeba2b4353c53fd3c714223becd78cda029/netwerk/protocol/http/nsHttpChannel.cpp#1099-1106).

Back to Bug 1797715 Comment 13