Remix.run Logo
pdfmergely a day ago

Fair point, I'll add an About/Contact page with who's behind it.

It's a small solo project; there's no company entity yet, but also no account or server, so nothing of yours is collected — files are processed in your browser and never leave your device (verifiable in the Network tab).

sscaryterry a day ago | parent [-]

No one is going to take your word at face value. Assume people don't know how to open the developer tools.

pdfmergely a day ago | parent [-]

A good point . open the Network tab" isn't a real answer for most people, and "trust me" isn't either.

Two things that don't depend on either: (1) the offline test is something anyone can do ,load the page, turn off your wifi, and the tools keep working, which they couldn't if they relied on a server; (2) the site ships a Content-Security-Policy that blocks outbound connections, so it's the browser enforcing it, not my word. The real fix for trust is open-sourcing it and getting a third-party audit, which is on my list.

Appreciate you pushing on this.

sscaryterry a day ago | parent [-]

I don't know the answer honestly :) Just giving you the feedback I got before!

pdfmergely 7 hours ago | parent [-]

Thank you