Keyoxide: aspe:keyoxide.org:KI5WYVI3WGWSIGMOKOOOGF4JAE (think PGP key but modern and easier to use)

  • 0 Posts
  • 63 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle







  • In markdown, there is the notation []() for links. Reddit allowed it too for examples, and generally a lot of programs and platforms that have mild text formatting use markdown.
    [some text](https://example.org/some-link) will turn into some text

    Lemmy has basically extended this with ![]() which shows the content of the link
    ![some text](https://upload.wikimedia.org/wikipedia/commons/7/70/Example.png) will turn into some text

    Where did that “some text” go? It’s basically the placeholder for when the image is loading or failed to load, the correct term is the alt-text.

    The image @Branch_Ranch@lemmy.world was asking about uses the text
    ![](https://ttrpg.network/pictrs/image/396cb01b-6b2b-4351-9cd5-0742c2914719.png)
    It has no alt text. Any frontent that has an image upload button or similar will upload the image somewhere, take the link, and put it into your post like this.

    I hope your frontend renders code-blocks and escapes with backslash (\) correctly, else this may look weird to you.






  • That would be a fail of the fingerprinting protection. A properly set up TOR browser for example should not allow that detection by any means. If you know how to detect it, please report it as a critical vulnerability.

    I could think of maybe some edge case behavior in webrenderer or js cavas etc., which would mainly expose info on the specific browser and underlying hardware, but that is all of course blocked of or fixed in hardened browsers.

    Further, if you have a reliable method, you could sell it off to for example Netflix, who are trying to block higher resolutions for Linux browsers but are currently foiled by changing the useragent (if you have widevine set up).