File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,29 @@ Whether links with broken hash anchors should be marked as valid.
217217Disable 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+
220243django-filebrowser integration
221244------------------------------
222245
You can’t perform that action at this time.
0 commit comments