md_5
Well-known member
Simple suggestion (I currently edit the core for this, although I think it is possible to create an addon which extends the `_generateProxyLink` method):
Allow more customization of the URL format used for proxying. This would allow for people to use external proxy servers (such as https://github.com/atmos/camo) which is beneficial for a number of reasons, mostly relating to exposing backend IP via security (although performance isolation helps as well).
Currently for image proxying I use sha1 as the hmac, and generate URLs of the format `//proxy.spigotmc.org/hmac?url=$url`. A way to achieve this from the frontend would be beneficial for many.
Allow more customization of the URL format used for proxying. This would allow for people to use external proxy servers (such as https://github.com/atmos/camo) which is beneficial for a number of reasons, mostly relating to exposing backend IP via security (although performance isolation helps as well).
Currently for image proxying I use sha1 as the hmac, and generate URLs of the format `//proxy.spigotmc.org/hmac?url=$url`. A way to achieve this from the frontend would be beneficial for many.
Upvote
0