summaryrefslogtreecommitdiffstats
path: root/netwerk/base/nsNetUtil.cpp
Commit message (Collapse)AuthorAgeLines
* Treat all file: URIs as having a unique origin.wolfbeast2019-07-20-24/+32
| | | | | | | | | | | This prevents cross-file access from files loaded into the browser from the local file system, further restricting the origin policy of file: URIs. Added a pref to control this behavior for local file access if required for certain applications, since this change might break using the browser to run applications on the local file system that require access to local files.
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-8/+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.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-5/+0
| | | | Tag #288
* Bug 1182569: Update ContentSecurityManager to handle docshell loadsjanekptacijarabaci2018-04-30-10/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2459