grudan@programming.devtoPrivacy@lemmy.ml•Question for those knowledgeable about alternative web protocols (gopher, gemini, etc): Would it be possible to create a tool that translates http sites to those formats, on demand?
4·
1 month agoIt’s a complicated problem. The biggest privacy issues come from the use of JavaScript, but most of the time sites use JavaScript heavily and become unusable when it’s disabled. Other sites will straight up not let you access them without JavaScript.
I spent such a long time the other day trying to figure out why I couldn’t access an application I wrote and served on a home server from my reverse proxy. Next day I take a look at the DNS record I setup again, CNAMEd to the host server instead of the reverse proxy server. Felt dumb.