Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Insecure link in header.php

$
0
0

Replies: 0

Header.php contains the code:

<link rel="profile" href="http://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="http://gmpg.org/xfn/11">


Viewing all articles
Browse latest Browse all 59525

Trending Articles