- 🇪🇸Spain stf54
Bug confirmed.
#2 works for me.
drupal/core: 9.4.8
drupal/seckit: 2.0.0
drupal/simple_sitemap: 4.1.1 - 🇭🇺Hungary fox mulder
#2 works great
drupal core: 10.2.3
seckit: 2.0.1
xmlsitemap: 8.x-1.5 - Status changed to Needs review
about 1 year ago 5:43pm 7 March 2024 - last update
about 1 year ago Patch Failed to Apply - 🇬🇧United Kingdom the_g_bomb
The patch submitted in: https://www.drupal.org/project/seckit/issues/3193443#comment-15429382 📌 Avoid using document.write(' Needs review reports to fix a similar issue by setting the defer attribute as defer="defer" instead of just 'defer' for the seckit.frame_check.js file.
Is it worth checking if that has a positive effect here too? Perhaps if this is the correct approach the patch at the other ticket should fix the issue this way too.
- 🇪🇸Spain bmunslow
Patch in #2 works fine but we found issues in prod site were this file is cached by the browser. Please find attached a minor improvement patch, whcih adds an empty get query to avoid browser caching.
- 🇮🇳India arjak-mondal
The JS file is executing for the DOM is loaded. This is fix version of that patch.