Remove the honeypot patch.

The last version of the module contains the fix to this issue.
https://www.drupal.org/node/2944843
This commit is contained in:
David Valdez 2020-03-04 17:08:45 -06:00
parent 22a0a1cfa2
commit 6b631fd342

View file

@ -106,20 +106,17 @@
] ]
}, },
"enable-patching": true, "enable-patching": true,
"patches": { "patches": {
"drupal/search404": { "drupal/search404": {
"Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch" "Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch"
}, },
"drupal/coffee": { "drupal/coffee": {
"Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch"
}, },
"drupal/wysiwyg_linebreaks": { "drupal/wysiwyg_linebreaks": {
"Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch" "Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch"
}, }
"drupal/honeypot": {
"Accessibility Issue Triggered": "https://www.drupal.org/files/issues/2018-08-05/honeypot-aria-hidden-on-text-field-2944843-12.patch"
} }
}
}, },
"config": { "config": {
"sort-packages": true, "sort-packages": true,