aboutsummaryrefslogtreecommitdiff
path: root/src/google-com-fix-sorry-captcha/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/google-com-fix-sorry-captcha/index.json')
-rw-r--r--src/google-com-fix-sorry-captcha/index.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/google-com-fix-sorry-captcha/index.json b/src/google-com-fix-sorry-captcha/index.json
new file mode 100644
index 0000000..3b751c8
--- /dev/null
+++ b/src/google-com-fix-sorry-captcha/index.json
@@ -0,0 +1,32 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+{
+ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
+ "source_name": "google-com-fix-sorry-captcha",
+ "copyright": [
+ {"file": "report.spdx"},
+ {"file": "LICENSES/CC0-1.0.txt"}
+ ],
+ "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/google-com-fix-sorry-captcha",
+ "definitions": [{
+ "type": "mapping_and_resource",
+ "identifier": "google-com-fix-sorry-captcha",
+ "long_name": "Google captcha page fix",
+ "uuid": "9e0f68bf-34c3-40ed-91ed-d9856bfbc489",
+ "version": [2022, 8, 17],
+ "revision": 1,
+ "description": "Enable solving the captcha on https://www.google.com/sorry without relying on site-served JavaScript.",
+ "dependencies": [{"identifier": "hacktcha"}],
+ "scripts": [{"file": "google-sorry.js"}],
+ "payloads": {
+ // * https://www.google.com/sorry/index?continue=https://docs.google.com/forms/d/e/1FAIpQLSfED3J5wd-8FemaYUpRIIhcMlMOhQ-cVW6mzL_sX37hH7xQRA/viewform&q=EgS53GUKGJ3c8pcGIhB4brPL2z0q53G9OrIVeB7EMgFy
+ "https://www.google.com/sorry/index": {
+ "identifier": "google-com-fix-sorry-captcha"
+ }
+ }
+ }],
+ "reuse_generate_spdx_report": true
+}