summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1275 - Add pref to disable warning prompts for SuperfluousAuthwolfbeast2019-11-07-3/+12
| | | | | | and AutomaticAuth, and default to not prompting. This resolves #1275.
* Block http auth prompt for cross-origin image subresources by default.wolfbeast2019-07-15-6/+19
| | | | | | Still allow this to be bypassed with a pref for those really rare corner cases where images are loaded cross-origin by design and the session hasn't been/can't be authenticated ahead of time.
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-34/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Limit displayed user/host strings to sane lengths.wolfbeast2018-02-07-0/+30
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1682