gbowne1 / spmssite

The code for my old business website.
GNU General Public License v3.0
8 stars 31 forks source link

MIME type errors in templates/rfq.html #65

Closed gbowne1 closed 2 years ago

gbowne1 commented 2 years ago

Prerequisites

Current Behavior

Firefox console reports that both stylesheet files have MIME type mismatch when on the templates/rfq.html page.

The resource from “http://127.0.0.1:5500/templates/styles.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). rfq.html
The resource from “http://127.0.0.1:5500/templates/rfqStyles.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). rfq.html
The resource from “http://127.0.0.1:5500/templates/styles.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). rfq.html
The resource from “http://127.0.0.1:5500/templates/rfqStyles.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). rfq.html

Expected Behavior

Working..

Steps to Reproduce

Test it in Live Server or Preview extension in your browser by loading first the /template/index.html and then navigating the to the page at /templates/rfq.html or click on 'Quotes' and then look at the broswer console.

gbowne1 commented 2 years ago

This page is no longer styled anymore.

gbowne1 commented 2 years ago

The link it gives in console for this is:

https://developer.mozilla.org/en-US/docs/Web/Privacy/Storage_Access_Policy/Errors/CookiePartitionedForeign