diff --git a/composer.json b/composer.json index d4d4fb4b..140e3952 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,7 @@ { "name": "dmind/cookieman", "type": "typo3-cms-extension", - "description": "A GDPR tracking consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. Notice: Supports TYPO3v8/v9/v10, but each unique version only supports one!", - "homepage": "https://github.com/dmind-gmbh/extension-cookieman", + "description": "A GDPR tracking consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. It also removes cookies after the consent has been revoked. Notice: Supports TYPO3v8/v9/v10, but each unique version only supports one!", "license": [ "GPL-2.0-or-later" ], diff --git a/ext_emconf.php b/ext_emconf.php index 26f8815e..05374fa3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Cookieman', - 'description' => 'A GDPR tracking consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. Notice: Supports TYPO3v8/v9/v10, but each unique version only supports one!', + 'description' => 'A GDPR tracking consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. It also removes cookies after the consent has been revoked. Notice: Supports TYPO3v8/v9/v10, but each unique version only supports one!', 'category' => 'fe', 'author' => 'Jonas Eberle', 'author_email' => 'jonas.eberle@d-mind.de',