gbowne1 / spmssite

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

Google Maps Issues #78

Closed gbowne1 closed 2 years ago

gbowne1 commented 2 years ago

Prerequisites

Current Behavior

This is a reference to another issue #

Google Maps servers and its API are sending out several Content-Security-Policy issues.I

Expected Behavior

No CSP issues,

Steps to Reproduce

Use preview or live server extension in your editor or IDE and look at the browser console.

ketsebaotgizachew commented 2 years ago

didn't see any errors given by google maps does it still exist or has it been fixed

gbowne1 commented 2 years ago

Yes they still exist.

gbowne1 commented 2 years ago

Well @ketsebaotgizachew looks like if we are to acheive little to no errors in browsers we will have to do lots of useability and different browser testing.

Firefox can be a pain.

I will do another round of Google Lighthouse tests today in Google Chrome.

There is also no breakpoints for laptop views. Someone might be looking at the site on iPad and Laptops. I would also test in Windows 10 native browser Edge/Chromium

ketsebaotgizachew commented 2 years ago

after a couple of investigation that i have been doing the Content Security Policy: Ignoring “'report-sample'” within script-src: ‘strict-dynamic’ specified and other errors are happening b/c google maps server conflicts with firfox csp but nothing more . wont cause problems so it is safe to ignore

gbowne1 commented 2 years ago

Yes, it's a known issue. Not a priority issue to deal with at the moment.