- 🇬🇧United Kingdom Alina Basarabeanu
Just discovered that the latest patch breaks the XML sitemap.
When viewing the website sitemap in Firefox an error is shown: XML Parsing Error: not well-formed
Set the defer attribute as defer="defer" instead of just 'defer' for the seckit.frame_check.js file.
Updated patch added. - Status changed to Needs review
8 months ago 1:57pm 22 March 2024 - Issue was unassigned.
- 🇺🇸United States DamienMcKenna NH, USA
Should this be moved to the 2.0.x branch?
- 🇺🇸United States DamienMcKenna NH, USA
Moving to the 2.0.x/2.x branch because the 8.x-1.x branch is no longer supported.
- last update
5 months ago 2 fail The last submitted patch, 26: seckit-3193443-21.patch, failed testing. View results →
- First commit to issue fork.
- Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.2 & MySQL 8last update
5 months ago Not currently mergeable. - Merge request !29Resolve #3193443 "Avoid using document.write " → (Closed) created by chaitanyadessai
- Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.2 & MySQL 8last update
5 months ago Not currently mergeable. - Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.2 & MySQL 8last update
5 months ago Not currently mergeable. - First commit to issue fork.
- Merge request !30#3193443: Open and close the document for writing operations → (Open) created by luismagr
- 🇪🇸Spain luismagr
Hi,
I've experienced the same issue while trying to run storybook on a drupal installation with seckit installed on it. I've created a MR that prevent the error. Probably there's a plan to fix this in another way but for now, it seems this works well for my issue.
Happy to continue with the issue if someone points me to a better direction.
Thanks