@google-psat/cli 0.14.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/48.js +1 -1
- package/dist/assets/amp/amp-animation-0.1.js +1 -1
- package/dist/assets/amp/amp-loader-0.1.js +1 -1
- package/dist/assets/amp/amp-story-1.0.js +1 -1
- package/dist/assets/amp/amp-story-player-v0.js +1 -1
- package/dist/assets/amp/amp-video-0.1.js +1 -1
- package/dist/assets/amp/amp-viewer-integration-0.1.js +1 -1
- package/dist/assets/amp/amp4ads-v0.js +1 -1
- package/dist/assets/amp/custom-scripts/amp-player-main.js +1 -1
- package/dist/assets/amp/custom-scripts/single-player-main.js +1 -1
- package/dist/assets/amp/v0.js +1 -1
- package/dist/assets/data/PSInfo.json +15 -3
- package/dist/assets/data/open-cookie-database.json +591 -34
- package/dist/assets/data/related_website_sets.json +24 -0
- package/dist/assets/images/fedcm/other-idp-logo.svg +26 -0
- package/dist/assets/images/fedcm/user-avatar.svg +5 -0
- package/dist/assets/images/fedcm/user-avatar2.svg +5 -0
- package/dist/assets/images/fedcm/your-id-logo.svg +18 -0
- package/dist/main.js +3 -3
- package/dist/main.js.LICENSE.txt +3 -39
- package/package.json +6 -7
- package/dist/407.js +0 -2
|
@@ -104,11 +104,23 @@
|
|
|
104
104
|
},
|
|
105
105
|
"ip-protection": {
|
|
106
106
|
"name": "IP Protection",
|
|
107
|
-
"description": "
|
|
108
|
-
|
|
107
|
+
"description": "IP Protection enhances user privacy in Incognito mode by masking the user's IP address from selected third-party domains listed in the Masked Domain List (MDL). This helps prevent cross-site tracking and limits <a>IP-based geolocation</a> without disrupting essential web functionality.",
|
|
108
|
+
"links": ["https://github.com/GoogleChrome/ip-protection/blob/main/Explainer-IP-Geolocation.md"],
|
|
109
|
+
"proposal": "https://github.com/GoogleChrome/ip-protection/blob/main/README.md",
|
|
109
110
|
"publicDiscussion": "https://github.com/GoogleChrome/ip-protection/issues",
|
|
110
111
|
"videoOverview": "",
|
|
111
|
-
"devDocumentation": "https://developers.google.com/privacy-sandbox/protections/ip-protection"
|
|
112
|
+
"devDocumentation": "https://developers.google.com/privacy-sandbox/protections/ip-protection",
|
|
113
|
+
"useI18n": false
|
|
114
|
+
},
|
|
115
|
+
"script-blocking": {
|
|
116
|
+
"name": "Script Blocking",
|
|
117
|
+
"description": "Script Blocking enhances Incognito mode's tracking protections by blocking the execution of known, prevalent techniques for browser re-identification used in third-party (embedded) contexts for domains marked as \"Entire Domain Blocked\" or \"Some URLs are Blocked\" in the Masked Domain List (MDL). This subset of the MDL is known as the Blocked Domain List.",
|
|
118
|
+
"links": ["https://github.com/explainers-by-googlers/script-blocking/blob/main/README.md"],
|
|
119
|
+
"proposal": "",
|
|
120
|
+
"publicDiscussion": "https://github.com/explainers-by-googlers/script-blocking/issues",
|
|
121
|
+
"videoOverview": "",
|
|
122
|
+
"devDocumentation": "https://privacysandbox.google.com/protections/script-blocking",
|
|
123
|
+
"useI18n": false
|
|
112
124
|
},
|
|
113
125
|
"private-state-tokens": {
|
|
114
126
|
"name": "Private State Tokens",
|