diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 40b1101f..cfcc827b 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -159,6 +159,8 @@ User-Agent: wonderbra 1.0") }} {% else %} Headers can be also read from a file in your data-directory Read more here {% endif %} +
+ (Not supported by Selenium browser) diff --git a/changedetectionio/tests/test_request.py b/changedetectionio/tests/test_request.py index 1aaba8b8..51cc3970 100644 --- a/changedetectionio/tests/test_request.py +++ b/changedetectionio/tests/test_request.py @@ -13,7 +13,7 @@ def test_headers_in_request(client, live_server): #live_server_setup(live_server) # Add our URL to the import page test_url = url_for('test_headers', _external=True) - if os.getenv('PLAYWRIGHT_DRIVER_URL') or os.getenv('WEBDRIVER_URL'): + if os.getenv('PLAYWRIGHT_DRIVER_URL'): # Because its no longer calling back to localhost but from browserless, set in test-only.yml test_url = test_url.replace('localhost', 'changedet')