LB (Ben Johnston)
LB (Ben Johnston)
We could make a server side call if needed. However I suggested the `getRandomValues` intentionally as it doesn't require secure context. https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues As for the interaction with the password validation,...
@abdlrhman08 thank you, are you able to add new unit tests for this enhanced behaviour?
@dopry I have not really had a chance to look at this PR in full, my initial comment was more of a drive by. I am not sure I will...
Thanks for the report @drimacus182 - while the previous approach to override the global function `window.URLify` was never documented I can see how having some capability to override the behaviour...
I have also posted in the `#translators` chat to get some other thoughts on all this. For now @drimacus182 - can you test the work around above and see if...
@drimacus182 here's a proposed client-side API for overriding this behaviour. ```js document.addEventListener('w-clean:urlify', event => { const { apply /* A function you can use, once, to apply a custom value...
I like that idea @laymonage - we could still allow the JS override in the future but I think having a non-JS way to do simpler customisations would be a...
Hey all. I'll try to have another look at this and see what we can do.
Posted a similar question on Wagtail Katex. https://github.com/ongchi/wagtail-katex/issues/7
Thanks for being up for this @JamesRamm - been chatting with some of the other core team who are up to help with the migration. Before I start a discussion...