diff --git a/lib/views/index.html.ejs b/lib/views/index.html.ejs index 0966c83..248cab7 100644 --- a/lib/views/index.html.ejs +++ b/lib/views/index.html.ejs @@ -210,7 +210,7 @@

We strongly advise you to use UUIDs instead of usernames! UUIDs never change while usernames do.
Looking up players by username has officially been deprecated by Mojang ever since UUIDs were introduced.
- Crafatar uses a legacy API to retrieve skins for usernames that updates very slowly.
+ Crafatar uses a legacy API to retrieve skins for usernames that updates very slowly.
Skins come without any details, including whether a player uses the Alex or Steve skin model.
Additionally, Mojang has stated that this legacy interface may be disabled anytime, causing all requests to fail.

@@ -219,9 +219,12 @@

About Caching

-

Crafatar caches skins for <%= config.caching.local / 60 %> minutes before checking for skin updates.
+

+ Crafatar caches skins for <%= config.caching.local / 60 %> minutes before checking for skin updates.
Images are cached in your browser for <%= config.caching.browser / 60 %> minutes until a new request to Crafatar is made.
- When you changed your skin you can try clearing your browser cache to see the change faster.

+ In addition, CloudFlare caches up to 2 hours on a per-url basis. +

+

When you changed your skin you can try clearing your browser cache to see the change faster.

@@ -233,7 +236,7 @@

HTTP Headers

Responses come with some custom HTTP headers, useful for debugging.
- Please note that these headers are cached by CloudFlare (CF-Cache-Status: HIT). + Please note that these headers may be cached by CloudFlare.