We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d952143 commit 444e9e6Copy full SHA for 444e9e6
lib/plugins/validators/sync/04_ssl_validator.js
@@ -25,9 +25,7 @@ export default {
25
link.rel.push('ssl');
26
}
27
28
- console.log(12, link)
29
if (/^https:\/\/[^\/\?]+:443\/?/.test(link.href)) {
30
- console.log(23, link)
31
link.href = link.href.replace(/^(https:\/\/[^\/\?]+):443/, '$1');
32
33
0 commit comments