2021-10-06
Boomla handles the script tags that are added to the document head (on the server side) to provide script deduplication, caching and improved security. We take a while-list on demand approach.
As of today, we have added support for the following script tag attributes:
async
defer
type="module"
nomodule
integrity
Cheers,