mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-25 14:55:59 +00:00
WIP
This commit is contained in:
@@ -290,6 +290,9 @@ def changedetection_app(config=None, datastore_o=None):
|
||||
if app_rss_token == rss_url_token:
|
||||
app.config['LOGIN_DISABLED'] = True
|
||||
|
||||
if request.path.startswith('/diff/') and datastore.data['settings']['application'].get('shared_diff_access'):
|
||||
app.config['LOGIN_DISABLED'] = True
|
||||
|
||||
@app.route("/rss", methods=['GET'])
|
||||
@login_required
|
||||
def rss():
|
||||
|
||||
Reference in New Issue
Block a user