Skip to content

Commit

Permalink
Remove reCaptcha from library detection (#670)
Browse files Browse the repository at this point in the history
* Remove reCaptcha call

* Remove reCaptcha files
  • Loading branch information
mayan-000 authored May 8, 2024
1 parent af09e4a commit c8a2d04
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 296 deletions.
11 changes: 0 additions & 11 deletions packages/library-detection/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ import {
jetpackLikesDOMQuery,
JETPACK_LIKES_HELP_URL,
} from './libraries/jetpack-likes';
import {
ReCaptchaAccordion,
reCaptchaDOMQuery,
RECAPTCHA_HELP_URL,
} from './libraries/reCaptcha';

const LIBRARIES = [
{
Expand Down Expand Up @@ -115,12 +110,6 @@ const LIBRARIES = [
helpUrl: JETPACK_LIKES_HELP_URL,
domQueryFunction: jetpackLikesDOMQuery,
},
{
name: 'reCaptcha',
component: ReCaptchaAccordion,
helpUrl: RECAPTCHA_HELP_URL,
domQueryFunction: reCaptchaDOMQuery,
},
];

export default LIBRARIES;
50 changes: 0 additions & 50 deletions packages/library-detection/src/libraries/reCaptcha/accordion.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions packages/library-detection/src/libraries/reCaptcha/constants.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/library-detection/src/libraries/reCaptcha/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c8a2d04

Please sign in to comment.