Merge branch 'main' into v6.3.3
This commit is contained in:
commit
38b6ae5967
@ -23,22 +23,19 @@ export default (server: FastifyInstance, options: RouteShorthandOptions, done: (
|
||||
data: {
|
||||
classes: (await results[0].text()).split('\n'),
|
||||
commonWords: [
|
||||
'cookie',
|
||||
'banner',
|
||||
'consent',
|
||||
'policy',
|
||||
'gdpr',
|
||||
'notice',
|
||||
'privacy',
|
||||
'popup',
|
||||
'overlay',
|
||||
'disclaimer',
|
||||
'dialog',
|
||||
'law',
|
||||
'cc',
|
||||
'compliance',
|
||||
'cmp',
|
||||
'notify',
|
||||
'compliance',
|
||||
'consent',
|
||||
'cookie',
|
||||
'dialog',
|
||||
'disclaimer',
|
||||
'gdpr',
|
||||
'law',
|
||||
'policy',
|
||||
'popup',
|
||||
'privacy',
|
||||
],
|
||||
elements: (await results[1].text()).split('\n'),
|
||||
fixes: (await results[2].text()).split('\n'),
|
||||
|
Loading…
Reference in New Issue
Block a user