In article <
ef7ha3...@mid.individual.net>,
mjac...@alumni.caltech.edu says...
>
> On 1/29/2017 7:38 PM, John W Kennedy wrote:
> > On 1/29/17 11:25 AM,
bholb...@gmail.com wrote:
> >> Here's what's weird. You can post comments on Comics
> >> Kingdom-affiliated sites hosted by newspapers such as The Toronto
> >> Star:
http://diversions.thestar.com/comics.html?feature_id=Fast_Track
> >>
> >> ...But not on Comics Kingdom itself.
> >
> > In Safari (all other browsers I know of have analogues):
> >
> > Right-click on strip title.
> > Open Link in New Window
> >
> > The comments will be there.
>
> Huh. Opening the link in a new tab also works, at least in Firefox.
Aha! The answer was literally right in front of my nose, in the form of
the links I previously posted, but I didn't realize it until looking at
them again after reading this post.
All of the links to each strip on the main CK page are delivering
content via secure HTTP (HTTPS). Disqus is almost certainly delivering
comments via regular, non-secure HTTP. Most browsers block non-secure
HTTP content by default on HTTPS pages, hence the script error I was
getting in Chrome. The fix in Chrome is to either click on the error
icon and allow the blocked content, or simply delete the "s" from
"https" in the address bar when loading the page to force it to load via
HTTP instead of HTTPS.
CK must've just made the change to load pages via HTTPS, and Disqus
hasn't caught up with them yet (or CK hasn't configured the site
properly):
https://developer.mozilla.org/en-
US/docs/Web/Security/Mixed_content/How_to_fix_website_with_mixed_content
http://preview.tinyurl.com/jcggm5t
--
Dave