Insecure content request
After inspecting the website for issues, I found that there were repeated insecure content requests for favicon.ico referenced on the page here:
Rather than tracking down and editing all CSS to locate this I added a line to correct it in HTACCESS
Header always set Content-Security-Policy "upgrade-insecure-requests;"
This does resolve that error.