You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If loading something from a CDN or other repositories, the dev might want to pass integrity,crossorigin or other attributes. Currently we have no way of doing that. So I think we should add a new method for that, so that you can do:
If loading something from a CDN or other repositories, the dev might want to pass
integrity
,crossorigin
or other attributes. Currently we have no way of doing that. So I think we should add a new method for that, so that you can do:PHP
.bonsai.json
script tag
id, async, crossorigin, defer, integrity, nomodule, referrerpolicy
link tag
id, crossorigin, href, hreflang, media, referrerpolicy, sizes, title, type
@kaidesu it's a really small not breaking change, I would be glad to do it if you wish, but I await confirmation of the PRs that are pending
The text was updated successfully, but these errors were encountered: