Allow external hosts to request the proxy#8
Conversation
|
The individual API endpoints already have settings in themselves, so I would not make this option global for all of them. If I simply overwrite version 1.2.8, I cannot get it updated at https://extensions.typo3.org/extension/tile_proxy. I should create a new 1.2.9. |
|
Hello, I also meant version 1.2.9, which in turn needs 1.2.8 as a basis and unfortunately there was no branch to put the PR there. |
|
well, a fallback solution is posible. => If not in FlexForm then take from global settings. and yes that's right, I should create the branch, but I didn't expect further development for 11 ;-) |
|
That's a very good idea. I will implement it and then, when the branch for 11.5 exists, open the PR for the branch as well. Yes, I understand that. :) |
|
There is now a TYPO3-11 branch |
In the case that a headless installation of TYPO3 is used, there are often different domains for the TYPO3 backend and frontend.In this scenario the referrer does not match the host. In order to still allow the frontend to use the proxy, I have added a configuration of additional allowed domains. This means that anyone can allow additional domains to use the proxy in the future.
Can this please also be published as a new version of v1.2.8 so that it can still be used for TYPO3 v11.5?