Skip to content

Commit 71f5127

Browse files
ben-beauhurstclaudep
authored andcommitted
Added an entry for both of the new settings in the README.
1 parent be98421 commit 71f5127

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,29 @@ Whether links with broken hash anchors should be marked as valid.
217217
Disable this if you want that links to anchors which are not contained in the link target's HTML source are marked as invalid.
218218

219219

220+
LINKCHECK_PROXIES
221+
~~~~~~~~~~~~~~~~~
222+
223+
Default: `{}`
224+
225+
Allows you to make your `check_external` requests via a proxy. Expects a dictionary, e.g.:
226+
227+
```
228+
LINKCHECK_PROXIES = {
229+
"http": "http://...",
230+
"https": "https://...",
231+
}
232+
```
233+
234+
235+
LINKCHECK_TRUST_PROXY_SSL
236+
~~~~~~~~~~~~~~~~~~~~~~~~~
237+
238+
Default: `False`
239+
240+
If you are making your requests via a proxy, you can use this setting to turn off SSL verification for the proxy.
241+
242+
220243
django-filebrowser integration
221244
------------------------------
222245

0 commit comments

Comments
 (0)