dgtlmoon / changedetection.io

The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification
https://changedetection.io
Apache License 2.0
15.85k stars 885 forks source link

Only insert feed header if app_rss_token is set #2381

Closed AlexanderS closed 1 month ago

AlexanderS commented 1 month ago

app_rss_token is only set for the watch-overview.html template and we should not include a link without the token on other pages.

dgtlmoon commented 1 month ago

what is the problem this is trying to solve exactly? app_rss_token should always be set, or can you say why this was unset?

AlexanderS commented 1 month ago

It is not always set. For example on /settings it is not set and a link with an empty token= is generated.

dgtlmoon commented 1 month ago

Ah oK! thanks a bunch!