Skip to content

Commit 0a27259

Browse files
committed
Fix doc issues.
1 parent 4bac5e1 commit 0a27259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ identical to the `http` fetch handler configuration, with the following exceptio
160160
| --- | --- |
161161
|`bypass_ssl_cert_verification`|Either the boolean value `true` or `false`, or an array of string values consisting of URL patterns to be used in a simple substring match against the target URLs found in a bag's `fetch.txt` file. For example, `"bypass_ssl_cert_verification": ["https://raw.githubusercontent.com/fair-research/bdbag/"]` will match a `fetch.txt` entry with a URL of "https://raw.githubusercontent.com/fair-research/bdbag/master/test/test-data/test-http/test-fetch-http.txt". Defaults to `false`.
162162

163-
######NOTE:
163+
###### NOTE:
164164
It is NOT RECOMMENDED setting `bypass_ssl_cert_verification: true` as it will bypass SSL certificate validation for
165165
ALL HTTPS requests. This will accept any TLS certificate presented by a remote server and will ignore hostname mismatches
166166
and/or expired certificates, which will make the application vulnerable to man-in-the-middle (MitM) attacks.

0 commit comments

Comments
 (0)