DavidWhitlock / PortlandStateWebsite

The source for David Whitlock's Portland State website
Apache License 2.0
0 stars 0 forks source link

Homepage looks bad on Chrome #2

Closed DavidWhitlock closed 4 years ago

DavidWhitlock commented 4 years ago

I visited the class website for the first time in a few weeks and the three columns are missing on Chome:

image

I looked in the browser Console and I didn't see any layout errors, but it is certainly complaining about non-secure http content being included on the secure https page.

5A cookie associated with a cross-site resource at <URL> was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>.
web.cecs.pdx.edu/:1 A cookie associated with a resource at http://google.com/ was set with `SameSite=None` but without `Secure`. A future release of Chrome will only deliver cookies marked `SameSite=None` if they are also marked `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5633521622188032.
(index):1 Mixed Content: The page at 'https://web.cecs.pdx.edu/~whitlock/' was loaded over HTTPS, but requested an insecure script 'http://www.librarything.com/jswidget.php?reporton=pdxdave&show=random&header=&num=12&covers=small-fixed-width&text=none&onlycovers=1&tag=alltags&css=1&style=5&version=1'. This request has been blocked; the content must be served over HTTPS.
2(index):233 A parser-blocking, cross site (i.e. different eTLD+1) script, https://ssl.google-analytics.com/ga.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ (index):233
(index):210 Mixed Content: The page at 'https://web.cecs.pdx.edu/~whitlock/' was loaded over HTTPS, but requested an insecure resource 'http://githubbadge.appspot.com/DavidWhitlock'. This request has been blocked; the content must be served over HTTPS.
(index):1 A cookie associated with a resource at http://gstatic.com/ was set with `SameSite=None` but without `Secure`. A future release of Chrome will only deliver cookies marked `SameSite=None` if they are also marked `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5633521622188032.
DavidWhitlock commented 4 years ago

I used a new 3-column layout that appears to work on contemporary browsers.