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: {
|
data: {
|
||||||
classes: (await results[0].text()).split('\n'),
|
classes: (await results[0].text()).split('\n'),
|
||||||
commonWords: [
|
commonWords: [
|
||||||
'cookie',
|
|
||||||
'banner',
|
'banner',
|
||||||
'consent',
|
|
||||||
'policy',
|
|
||||||
'gdpr',
|
|
||||||
'notice',
|
|
||||||
'privacy',
|
|
||||||
'popup',
|
|
||||||
'overlay',
|
|
||||||
'disclaimer',
|
|
||||||
'dialog',
|
|
||||||
'law',
|
|
||||||
'cc',
|
'cc',
|
||||||
'compliance',
|
|
||||||
'cmp',
|
'cmp',
|
||||||
'notify',
|
'compliance',
|
||||||
|
'consent',
|
||||||
|
'cookie',
|
||||||
|
'dialog',
|
||||||
|
'disclaimer',
|
||||||
|
'gdpr',
|
||||||
|
'law',
|
||||||
|
'policy',
|
||||||
|
'popup',
|
||||||
|
'privacy',
|
||||||
],
|
],
|
||||||
elements: (await results[1].text()).split('\n'),
|
elements: (await results[1].text()).split('\n'),
|
||||||
fixes: (await results[2].text()).split('\n'),
|
fixes: (await results[2].text()).split('\n'),
|
||||||
|
Loading…
Reference in New Issue
Block a user