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
Regardless of server-side filtering, let's try to filter client-side. This means that our current change handler for the input widget should look at the value and actually reset the input and display an error message if the extension isn't allowed.
This means 1) we must create an array of extensions from config.ini into JavaScript. (We already do languages, so this is doable.) And 2) we have to figure out the simplest way to avoid having gettext() client-side just for this one message...
The text was updated successfully, but these errors were encountered:
Regardless of server-side filtering, let's try to filter client-side. This means that our current
change
handler for the input widget should look at the value and actually reset the input and display an error message if the extension isn't allowed.This means 1) we must create an array of extensions from config.ini into JavaScript. (We already do languages, so this is doable.) And 2) we have to figure out the simplest way to avoid having
gettext()
client-side just for this one message...The text was updated successfully, but these errors were encountered: