Insecure link in header.php
-
Header.php contains the code:
<link rel="profile" href="https://gmpg.org/xfn/11">
When running a site under HTTPS (as one must, these days), this throws an error.
Therefore, this line should be:
<link rel="profile" href="https://gmpg.org/xfn/11">
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Insecure link in header.php’ is closed to new replies.