jweiland / iframecache
Caches the content of an iFrame
Installs: 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4.35 || ^11.5.23
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-20 08:49:27 UTC
README
Because of GDPR it is not allowed to initiate requests to third-party websites without confirmation of the website visitor.
With iframecache
you can create an iframe box and the webserver gets
the content of the third-party content and tries to download and replace all
foreign links to local links.
1 Features
- Create iframe where all links have been replaced with local links
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/iframecache
Installation as extension from TYPO3 Extension Repository (TER)
Download and install iframecache
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Insert new content element of type
Iframecache
- Fill up the fields to your need