summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qt_attribution.json
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-09-29 14:02:04 +0200
committerKai Koehne <kai.koehne@qt.io>2022-10-01 06:24:51 +0000
commitc9e19cf9d318efc7c736c3adfac91f9161beaa42 (patch)
tree11fd33e556f8b28be1ae462e9a7a95736e971d2f /src/network/kernel/qt_attribution.json
parent44ac742f730a5e8cac229067429eb2f5cb90105a (diff)
Move qurltlds_p.h out of src/network, and make it a .cpp file
The file was originally introduced as a header because the data was also used by Qt WebKit. This is not needed anymore. Moving it into src/3rdparty is also more in line with QUIP 4. [ChangeLog][Third-Party Code] The Public Suffix List (PSL) data file got moved from src/network/kernel/qurltlds_p.h to src/3rdparty/libpsl/psl_data.cpp. Change-Id: I3283cbbd72575032d8c7ebd333e81048d948c052 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src/network/kernel/qt_attribution.json')
-rw-r--r--src/network/kernel/qt_attribution.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/network/kernel/qt_attribution.json b/src/network/kernel/qt_attribution.json
deleted file mode 100644
index 90151bb085..0000000000
--- a/src/network/kernel/qt_attribution.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "Id": "psl",
- "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": "qurltlds_p.h",
- "QtUsage": "Used in Qt Network to avoid setting \"supercookies\" in the cookie jar
-supported by Qt (by the QNetworkCookieJar class).",
-
- "Homepage": "Consult https://github.com/publicsuffix/list for the sha1 but download from ...",
- "Homepage": "http://publicsuffix.org/",
- "Version": "d17a65633b0286833727ef21e897a22564695ef5, fetched on 2022-05-23",
- "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>.
-It is now maintained on github (https://github.com/publicsuffix/list)."
-}