Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# TYPO3 Extension `friendlycaptcha_official`

[![Total Downloads](http://poser.pugx.org/studiomitte/friendlycaptcha/downloads)](https://packagist.org/packages/studiomitte/friendlycaptcha)
[![TYPO3 11](https://img.shields.io/badge/TYPO3-11-orange.svg)](https://get.typo3.org/version/11)
[![Total Downloads](https://poser.pugx.org/studiomitte/friendlycaptcha/downloads)](https://packagist.org/packages/studiomitte/friendlycaptcha)
[![TYPO3 12](https://img.shields.io/badge/TYPO3-12-orange.svg)](https://get.typo3.org/version/12)
[![License](http://poser.pugx.org/studiomitte/friendlycaptcha/license)](https://packagist.org/packages/studiomitte/friendlycaptcha)
[![TYPO3 13](https://img.shields.io/badge/TYPO3-13-orange.svg)](https://get.typo3.org/version/13)
[![License](https://poser.pugx.org/studiomitte/friendlycaptcha/license)](https://packagist.org/packages/studiomitte/friendlycaptcha)

[![Build 11](https://github.com/studiomitte/friendlycaptcha-typo3/actions/workflows/core11.yml/badge.svg)](https://github.com/studiomitte/friendlycaptcha-typo3/actions/workflows/core11.yml)
[![Build 12](https://github.com/studiomitte/friendlycaptcha-typo3/actions/workflows/core12.yml/badge.svg)](https://github.com/studiomitte/friendlycaptcha-typo3/actions/workflows/core12.yml)
[![Build 13](https://github.com/studiomitte/friendlycaptcha-typo3/actions/workflows/core13.yml/badge.svg)](https://github.com/studiomitte/friendlycaptcha-typo3/actions/workflows/core13.yml)

This extension integrations the GDPR-compliant captcha service of [**Friendly Captcha**](https://friendlycaptcha.com/) into TYPO3.

Supported TYPO3 versions:

- 11.5 LTS
- 12.4 LTS
- 13.4 LTS

Supported form extensions:

Expand Down
8 changes: 0 additions & 8 deletions ext_localconf.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?php

/** @var \TYPO3\CMS\Core\Imaging\IconRegistry $iconRegistry */
$iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconRegistry::class);
$iconRegistry->registerIcon(
'Friendlycaptcha-icon',
\TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
['source' => 'EXT:friendlycaptcha_official/Resources/Public/Icons/Captcha-icon.svg']
);

if (\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('form')) {
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptSetup('
# Settings for Frontend
Expand Down