Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Netlify reported "mixed content" warnings (which means that the website contained links to both HTTPS and HTTP URLs. Those reports were based on some test-files in the "tests" directory; ``` 10:08:07 PM: Finished processing build request in 6m14.58941986s 10:09:14 PM: Mixed content detected in: /tests/src/golang.org/x/net/html/charset/testdata/utf-8-bom-vs-meta-content.html 10:09:15 PM: --> insecure link urls: 10:09:15 PM: - http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream 10:09:15 PM: --> insecure script urls: 10:09:15 PM: - http://w3c-test.org/resources/testharness.js 10:09:15 PM: - http://w3c-test.org/resources/testharnessreport.js 10:09:15 PM: Mixed content detected in: /tests/src/golang.org/x/net/html/charset/testdata/utf-8-bom-vs-meta-charset.html 10:09:15 PM: --> insecure link urls: 10:09:15 PM: - http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream 10:09:15 PM: --> insecure script urls: 10:09:15 PM: - http://w3c-test.org/resources/testharness.js 10:09:15 PM: - http://w3c-test.org/resources/testharnessreport.js ``` We already look to be excluding that directory from our Dockerfile, but possibly Netlify uses the source itself for this detection, so adding `tests` to the `exclude` list in the Jenkyll configuration. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Loading branch information