diff options
| author | 2024-03-05 14:26:52 +0100 | |
|---|---|---|
| committer | 2024-03-05 14:26:52 +0100 | |
| commit | 5aeab896e9042478e8de0c0989fe1be3b208d31f (patch) | |
| tree | 68a5514a55e8ff7c581ee4c16905fd046e7851a7 /docs | |
| parent | 9711f1477de7e2d8771501336adff3abef073e7b (diff) | |
Fix OPML export regression and add token in RSS link (#6160)
* OPML regression due to *shared user queries* (the XPath attributes were not exported anymore) https://github.com/FreshRSS/FreshRSS/pull/6052
* Add master token to HTML Meta RSS link and OPML link https://github.com/FreshRSS/FreshRSS/discussions/6159#discussioncomment-8678399
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/users/user_queries.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/users/user_queries.md b/docs/en/users/user_queries.md index 68f0898df..d202c52a1 100644 --- a/docs/en/users/user_queries.md +++ b/docs/en/users/user_queries.md @@ -53,7 +53,7 @@ Some parameters can be manually added to the URL: ## Sharing with a master token (deprecated) Before FreshRSS 1.24, the only option to reshare an RSS output was by using a master token, -like `https://freshrss.example.net/?a=rss&user=alice&token1234` +like `https://freshrss.example.net/?a=rss&user=alice&token=abc123` This was mostly intended for sharing between systems controlled by the same user, and not for sharing publicly. |
