Jason Munro

Results 140 comments of Jason Munro

While not directly related to what you are proposing here, we did recently implement sub-resource integrity for the site.js and site.css includes, which I think tangentially related :) https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

For now I am generating the hash values during the config_gen.php process for the site.php and site.css files, but I need to build the right values for the other potential...

Hi @lysaan thanks for the feedback. This is by design. Cypht is very careful with HTML formatted E-mail, especially external content. Allowing external images in an HTML message is a...

@red3333 sounds like you got it covered, so either the message is broken somehow or there may be a new bug with showing inline images that I'm not aware of....

> FWIW, I think I remember the "add profile" screen already has a save button on it, so a second save shouldn't be needed. Actually it is :) Cypht encrypts...

The wordpress plugin is deprecated and will soon go away so the only thing to do here is support feeds (when applicable), and also to fix a weird bug with...

DId you also confirm that you have PHP GD support enabled? I have php7.4-gd installed on my Debian unstable setup. We need GD to render the barcode image.

I have enabled Safari tests in Travis/Browserstack, but the situation is pretty bleak. - Using Browserstack from my local dev environment, 5 tests fail. Same tests every time, which is...

Hello, thanks for the feedback. A couple thoughts: - When using built in authentication you should have a Settings -> Password page in the main menu that allows you to...

We log missing translations as a way to easily know what needs to be added to the translation files, but those messages are information only and will not cause bad...