Skip to content
Snippets Groups Projects
  • Adrian Paschkowski's avatar
    8d28e882
    Don't guard images behing auth · 8d28e882
    Adrian Paschkowski authored
    You can't just add headers to clientside image requests without
    basically manually fetching and drawing it to a canvas,
    and the UUIDs are random enough that they won't be brute forced.
    So, for vastly more simple client code, remove the auth guard.
    8d28e882
    History
    Don't guard images behing auth
    Adrian Paschkowski authored
    You can't just add headers to clientside image requests without
    basically manually fetching and drawing it to a canvas,
    and the UUIDs are random enough that they won't be brute forced.
    So, for vastly more simple client code, remove the auth guard.