-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Generate sitemaps for different domains (e.g. web and mobil) #58
[FEATURE] Generate sitemaps for different domains (e.g. web and mobil) #58
Conversation
@dmitryd This is a nice addition to the current functionality. Would it be possible to merge the PR into your code? |
I'll need time to look at it. Currently there is a lot of load at work and mot much time for free exts. But as soon as I got spare minutes, I will definitely look at it! |
A change will be needed: multiple domain records should be selectable. One problem to solve: dev/stage/live handling with domain records. |
The renderType option is required for type: select in TCA of TYPO3 7.6.
I thought about it and I propose to make a separate extension from it. The reason is that it will break existing installations. Now when people update extensions with composer, they can suddenly loose their existing configurations. The best way would be to have a separate scheduler task for this in a separate extension. |
This feature is related to #34. I adapted it to version 2.x of typo3-dd_googlesitemap and fixed the things you mentioned (unescaped HTML (possible XSS) and unescaped submitted data is passed to the database (possible SQL injection)).