|
108 | 108 | <p>Use the <strong>Basic</strong> method (default) where your watched sites don't need Javascript to render.</p>
|
109 | 109 | <p>The <strong>Chrome/Javascript</strong> method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'. </p>
|
110 | 110 | </span>
|
111 |
| - <br> |
112 |
| - Tip: <a href="https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#brightdata-proxy-support">Connect using Bright Data and Oxylabs Proxies, find out more here.</a> |
113 | 111 | </div>
|
114 | 112 | <fieldset class="pure-group" id="webdriver-override-options" data-visible-for="application-fetch_backend=html_webdriver">
|
115 | 113 | <div class="pure-form-message-inline">
|
|
121 | 119 | {{ render_field(form.application.form.webdriver_delay) }}
|
122 | 120 | </div>
|
123 | 121 | </fieldset>
|
| 122 | + <div class="pure-control-group inline-radio"> |
| 123 | + {{ render_field(form.requests.form.default_ua) }} |
| 124 | + <span class="pure-form-message-inline"> |
| 125 | + Applied to all requests.<br><br> |
| 126 | + Note: Simply changing the User-Agent often does not defeat anti-robot technologies, it's important to consider <a href="">all of the ways that the browser is detected</a>. |
| 127 | + </span> |
| 128 | + </div> |
| 129 | + <div class="pure-control-group"> |
| 130 | + <br> |
| 131 | + Tip: <a href="https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#brightdata-proxy-support">Connect using Bright Data and Oxylabs Proxies, find out more here.</a> |
| 132 | + |
| 133 | + </div> |
124 | 134 | </div>
|
125 | 135 |
|
126 | 136 | <div class="tab-pane-inner" id="filters">
|
@@ -190,7 +200,7 @@ <h4>Chrome Extension</h4>
|
190 | 200 | <a id="chrome-extension-link"
|
191 | 201 | title="Try our new Chrome Extension!"
|
192 | 202 | href="https://chromewebstore.google.com/detail/changedetectionio-website/kefcfmgmlhmankjmnbijimhofdjekbop">
|
193 |
| - <img src="{{ url_for('static_content', group='images', filename='Google-Chrome-icon.png') }}"> |
| 203 | + <img src="{{ url_for('static_content', group='images', filename='Google-Chrome-icon.png') }}" alt="Chrome"> |
194 | 204 | Chrome Webstore
|
195 | 205 | </a>
|
196 | 206 | </p>
|
|
0 commit comments