mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-22 21:32:03 +02:00
19.0 vanilla
This commit is contained in:
parent
20ddc1b4a3
commit
c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions
|
|
@ -6,7 +6,7 @@
|
|||
'category': 'Hidden',
|
||||
'version': '1.0',
|
||||
'description': """
|
||||
This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.
|
||||
This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.
|
||||
""",
|
||||
'depends': ['base_setup'],
|
||||
'data': [
|
||||
|
|
@ -16,18 +16,15 @@
|
|||
'web.assets_frontend': [
|
||||
'google_recaptcha/static/src/scss/recaptcha.scss',
|
||||
'google_recaptcha/static/src/js/recaptcha.js',
|
||||
'google_recaptcha/static/src/js/signup.js',
|
||||
# TODO remove next line in master, it was kept here as part of a
|
||||
# stable fix in stable but is unused in the current codebase.
|
||||
'google_recaptcha/static/src/xml/recaptcha.xml',
|
||||
'google_recaptcha/static/src/interactions/**/*',
|
||||
],
|
||||
'web.assets_backend': [
|
||||
# TODO we may want to consider moving that file in website instead
|
||||
# of here and/or adding it in the "website.assets_wysiwyg" bundle,
|
||||
# which is lazy loaded.
|
||||
'google_recaptcha/static/src/xml/recaptcha.xml',
|
||||
'google_recaptcha/static/src/scss/recaptcha_backend.scss',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue