aboutsummaryrefslogtreecommitdiff
path: root/src/docs-google-com-fix-forms/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs-google-com-fix-forms/index.json')
-rw-r--r--src/docs-google-com-fix-forms/index.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/docs-google-com-fix-forms/index.json b/src/docs-google-com-fix-forms/index.json
index c74688a..5aad90d 100644
--- a/src/docs-google-com-fix-forms/index.json
+++ b/src/docs-google-com-fix-forms/index.json
@@ -17,7 +17,7 @@
"identifier": "docs-google-com-fix-forms",
"long_name": "Google Forms submission fix",
"uuid": "23f51630-6118-4ef2-9709-2a1dba7ebb52",
- "version": [2022, 8, 16],
+ "version": [2022, 8, 17],
"revision": 1,
"description": "Enable filling and submitting of Google Forms without relying on site-served JavaScript.",
"dependencies": [],
@@ -33,6 +33,25 @@
}
}
}, {
+ "type": "mapping_and_resource",
+ "identifier": "docs-google-com-fix-forms-hacktcha",
+ "long_name": "Google Forms submission fix (with reCAPTCHA/Hacktcha support)",
+ "uuid": "a8433924-102b-482a-9958-f7e8880f539e",
+ "version": [2022, 8, 17],
+ "revision": 1,
+ "description": "Enable filling and submitting of Google Forms without relying on site-served JavaScript. Also submit forms with reCAPTCHA challenge.",
+ "dependencies": [{"identifier": "hacktcha"}, {"identifier": "docs-google-com-fix-forms"}],
+ "scripts": [{"file": "google-forms-hacktcha.js"}],
+ "payloads": {
+ // same as above
+ "https://docs.google.com/forms/d/**": {
+ "identifier": "docs-google-com-fix-forms-hacktcha"
+ },
+ "https://docs.google.com/forms/u/1/d/**": {
+ "identifier": "docs-google-com-fix-forms-hacktcha"
+ }
+ }
+ }, {
"type": "mapping",
"identifier": "google-forms-fix",
"long_name": "Google Forms submission fix (transitional package)",