diff options
Diffstat (limited to 'brokenlinks/testdata/web')
| -rw-r--r-- | brokenlinks/testdata/web/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html index cc11a2f..7b9101c 100644 --- a/brokenlinks/testdata/web/index.html +++ b/brokenlinks/testdata/web/index.html @@ -21,5 +21,8 @@ SPDX-License-Identifier: GPL-3.0-only <!-- Pages that return custom HTTP status code --> <a href="/page403">Page 403</a> + + <!-- Pages with insecure TLS --> + <a href="https://127.0.0.1:11838">Insecure pages</a> </body> </html> |
