dmk / webkitpdf
Extend TCEMAIN.clearCacheCmd width some userfull options like using of aliases, clearing whole branches, clearing pages on the ground of their content etc.
Installs: 1 518
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 23
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.4 || ^8.0
- typo3/cms-core: ^10.4.25 || ^11.5.7
Requires (Dev)
Replaces
- typo3-ter/webkitpdf: v11.0.2
This package is auto-updated.
Last update: 2024-10-24 09:57:34 UTC
README
This is a fork of webkitpdf with compatibility to TYPO3 10.4 and 11.5. Furthermore there is rudimentary DoS protection added. With the TypoScript configuration plugin.tx_webkitpdf_pi1.numberOfUrlsAllowedToProcess the number of URLs per request is limited. By default it's 3. Set it to 0 to allow an unlimited number of URLs. But be aware that a attacker could pass so many URLs that the server breaks down.
Original documentation: https://github.com/DMKEBUSINESSGMBH/webkitpdf/blob/master/Documentation/Manual.pdf
Caution since Version 2.0.0 The extension now uses namespaces and the TypoScript files have been moved from static/* to Configuration/TypoScript/* so make sure to adjust the paths or reinsert the static TypoScript.