aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-08-10 03:25:39 -0400
committeralyx <alyx@aleteoryx.me>2023-08-10 03:25:39 -0400
commitf6cae9645df992ce80faea944369bc196aec3025 (patch)
treea6ffc097b28f4ca84d3b3842f11f900650ccb3e2
parent4bec6679a8af2a2b5cb53610a80dece3b6d30bb4 (diff)
downloadlfm_embed-f6cae9645df992ce80faea944369bc196aec3025.tar.gz
lfm_embed-f6cae9645df992ce80faea944369bc196aec3025.tar.bz2
lfm_embed-f6cae9645df992ce80faea944369bc196aec3025.zip
Fix bullet points
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 97ea66c..9893116 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,9 @@ Your last.fm API key. You'll need to create one [here](https://www.last.fm/api/a
### `LFME_WHITELIST_MODE` (Default: `"open"`)
The following(case-insensitive) values are supported:
+
- `open`: Allow requests for all users.
+
- `exclusive`: Only allow requests for users in `LFME_WHITELIST`, returning HTTP 403 for all others. `LFME_WHITELIST` _must_ be set if this mode is enabled.
If the user requested has their listen history private, a 403 will be returned.