intl/icu/source/data/unidata/ucdterms.txt

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.

michael@0 1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
michael@0 2
michael@0 3 Unicode Data Files include all data files under the directories
michael@0 4 http://www.unicode.org/Public/ and http://www.unicode.org/reports/.
michael@0 5 Unicode Software includes any source code under the directories
michael@0 6 http://www.unicode.org/Public/ and http://www.unicode.org/reports/.
michael@0 7
michael@0 8 NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
michael@0 9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
michael@0 10 AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
michael@0 11 BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
michael@0 12 DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
michael@0 13
michael@0 14 COPYRIGHT AND PERMISSION NOTICE
michael@0 15
michael@0 16 Copyright (c) 1991-2004 Unicode, Inc. All rights reserved. Distributed under the
michael@0 17 Terms of Use in http://www.unicode.org/copyright.html.
michael@0 18
michael@0 19 Permission is hereby granted, free of charge, to any person obtaining a copy of
michael@0 20 the Unicode data files and associated documentation (the "Data Files") or
michael@0 21 Unicode software and associated documentation (the "Software") to deal in the
michael@0 22 Data Files or Software without restriction, including without limitation the
michael@0 23 rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
michael@0 24 the Data Files or Software, and to permit persons to whom the Data Files or
michael@0 25 Software are furnished to do so, provided that (a) the above copyright notice(s)
michael@0 26 and this permission notice appear in all copies of the Data Files or Software,
michael@0 27 (b) both the above copyright notice(s) and this permission notice appear in
michael@0 28 associated documentation, and (c) there is clear notice in each modified Data
michael@0 29 File or in the Software as well as in the documentation associated with the Data
michael@0 30 File(s) or Software that the data or software has been modified.
michael@0 31
michael@0 32 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
michael@0 33 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
michael@0 34 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
michael@0 35 PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
michael@0 36 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
michael@0 37 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
michael@0 38 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
michael@0 39 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
michael@0 40 SOFTWARE.
michael@0 41
michael@0 42 Except as contained in this notice, the name of a copyright holder shall not be
michael@0 43 used in advertising or otherwise to promote the sale, use or other dealings in
michael@0 44 these Data Files or Software without prior written authorization of the
michael@0 45 copyright holder.

mercurial