Recent Issue with Retool storage and HTMLs

Recently my app stopped working the way it has for most of a year.

I digitally generate a HTML file for a packing slip and upload it to retool storage temporarily and open a new tab for the user to print it. Well recently the content policy on retool storage has changed so browsers now open it without the embedded styles.

I am trying to avoid making he user download a pdf or html to print, but that is where I landed. Is there a way I can make this behave like it has for the last year?

I'd use a html widget but those leave a lot to be desired and I am not sure how printing would work from them.

Welcome to the Retool community!

We recently changed Retool Storage content policy to prevent Cross-Site Scripting (XSS) security issues.

Perhaps there's a way to embed everything into your HTML file so it doesn't trigger XSS protections? It seems possible to embed things like SVGs directly?