addon-sdk/source/LICENSE

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 The files which make up the SDK are developed by Mozilla and licensed
     2 under the MPL 2.0 (http://mozilla.org/MPL/2.0/), with the exception of the
     3 components listed below, which are made available by their authors under
     4 the licenses listed alongside.
     6 syntaxhighlighter
     7 ------------------
     8 doc/static-files/syntaxhighlighter
     9 Made available under the MIT license.
    11 jQuery
    12 ------
    13 examples/reddit-panel/data/jquery-1.4.4.min.js
    14 examples/annotator/data/jquery-1.4.2.min.js
    15 Made available under the MIT license.
    17 simplejson
    18 ----------
    19 python-lib/simplejson
    20 Made available under the MIT license.
    22 Python Markdown
    23 ---------------
    24 python-lib/markdown
    25 Made available under the BSD license.
    27 LibraryDetector
    28 ---------------
    29 examples/library-detector/data/library-detector.js
    30 Made available under the MIT license.

mercurial