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
while building a custom captcha authenticator, I ran across the issue that Google recommends loading their javascript with the attributes async and defer. Currently, neither the LoginFormsProvider.addScript(String) nor the more general theme.properties scripts parameters allow specifying these parameters. I think allowing those parameters, while staying backwards compatible with the old behaviour would be a helpful addition that might even affect loading times of sites when larger amounts of JavaScript are loaded in themes or templates.
I've file #11202 where a possible implementation of this idea can be discussed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
while building a custom captcha authenticator, I ran across the issue that Google recommends loading their javascript with the attributes async and defer. Currently, neither the
LoginFormsProvider.addScript(String)nor the more general theme.propertiesscriptsparameters allow specifying these parameters. I think allowing those parameters, while staying backwards compatible with the old behaviour would be a helpful addition that might even affect loading times of sites when larger amounts of JavaScript are loaded in themes or templates.I've file #11202 where a possible implementation of this idea can be discussed
Beta Was this translation helpful? Give feedback.
All reactions