summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpsl/qt_attribution.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libpsl/qt_attribution.json')
-rw-r--r--src/3rdparty/libpsl/qt_attribution.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/3rdparty/libpsl/qt_attribution.json b/src/3rdparty/libpsl/qt_attribution.json
new file mode 100644
index 0000000000..016203387a
--- /dev/null
+++ b/src/3rdparty/libpsl/qt_attribution.json
@@ -0,0 +1,46 @@
+[
+{
+ "Id": "psl-data",
+ "Name": "The Public Suffix List",
+ "QDocModule": "qtnetwork",
+ "Description": "The Public Suffix List is an initiative of Mozilla,
+but is maintained as a community resource. It is available for use in any software,
+but was originally created to meet the needs of browser manufacturers.
+It allows browsers to, for example:
+
+- Avoid privacy-damaging \"supercookies\" being set for high-level domain name suffixes
+
+- Highlight the most important part of a domain name in the user interface
+
+- Accurately sort history entries by site",
+ "Files": "psl_data.cpp",
+ "QtUsage": "Used in Qt Network to avoid setting \"supercookies\" in the cookie jar
+supported by Qt (by the QNetworkCookieJar class).",
+
+ "Comment": "Consult https://github.com/publicsuffix/list for the sha1 but download from ...",
+ "Homepage": "http://publicsuffix.org/",
+ "Comment": "Suggested update schedule: twice per year (before a 6.x.0 release)",
+ "Version": "883ced078a83f9d79a98933145425c221a5e51f0, fetched on 2024-01-25",
+ "DownloadLocation": "https://publicsuffix.org/list/public_suffix_list.dat",
+
+ "License": "Mozilla Public License 2.0",
+ "LicenseFile": "PSL-LICENSE.txt",
+ "LicenseId": "MPL-2.0",
+ "Copyright": "The list was originally provided by Jo Hermans <jo.hermans@gmail.com>.\nIt is now maintained on github (https://github.com/publicsuffix/list)."
+},
+{
+ "Id": "libpsl",
+ "Name": "libpsl - C library to handle the Public Suffix List",
+ "QDocModule": "qtnetwork",
+ "Description": "Libpsl allows checking domains against the Public Suffix List.",
+ "Files": [ "src/lookup_string_in_fixed_set.c", "src/psl-make-dafsa" ],
+ "QtUsage": "Used to compress the embedded copy of publicsuffix list and
+to lookup entries in it.",
+ "Homepage": "https://github.com/rockdaboot/libpsl",
+ "Version": "664f3dc85259ec65e30248a61fa1c45b7b0e4c3f",
+ "License": "BSD 3-clause \"New\" or \"Revised\" License",
+ "LicenseFile": "src/LICENSE.chromium",
+ "LicenseId": "BSD-3-Clause",
+ "Copyright": "Copyright 2014-2016 The Chromium Authors. All rights reserved."
+}
+]