summaryrefslogtreecommitdiff
path: root/netwerk/cookie
Commit message (Collapse)AuthorAge
* Expose cookieBehavior and cookieLifetimePolicy preference variants from ↵Pale Moon2017-11-20
| | | | | | | nsICookieService. This makes the constants available to js, and reduces duplication of the pref constants in several files. Follow-up for #1475.
* Re-implement cookie-gating.wolfbeast2016-09-02
| | | | This resolves #501.
* Base import of Tycho code (warning: huge commit)Pale Moon2016-09-01
|
* Adjust cookie gating to allow more exceptions for web compatibility.Pale Moon2016-02-09
| | | | See issue #357
* Allow spaces in cookie names for web compatibility.Pale Moon2016-02-04
|
* Allow spaces and double quotes in cookie values.Pale Moon2016-01-10
| | | | | - Spaces: web-compatibility (some sites try to set e.g. "Some value" with spaces as cookie content. -Double quotes: Values are allowed to be enclosed in double quotes -- this needs to be made more accurate in the future.
* Only allow sane characters for cookie names. Follow-up on commit [4d3258e]Pale Moon2015-12-19
|
* Align cookie acceptance with RFC 6265.Pale Moon2015-12-15
| | | | | Note: Chrome doesn't adhere to the RFC (they allow 0x09, 0x20, 0x22, 0x2C, 0x5C, and 0x7F). Firefox doesn't adhere to the RFC the same way "because Chrome doesn't". Tisk, tisk.
* Remove telemetry includes (except where still required)Pale Moon2015-04-14
|
* Remove Telemetry part1: Autotimers, accumulator callsPale Moon2015-03-21
|
* Recommit working copy to repo with proper line endings.wolfbeast2014-05-21