Manually editing entries
-
Hello team,
I would like to know how to manualy modify a line in the dashboard settings.
I wonder it because Lighthouse is asking to add ‘crossorigin’ attribute to external domains :A preconnect <link> was found for “https://i.ytimg.com” but was not used by the browser. Check that you are using the
crossorigin
attribute properly.and also because Chrome is showing an alert advising to add an
as
value to the HTTP header preloaded links :<link rel=preload> must have a valid ‘as’ value
In my HTTP headers, I have something like this but as you can see there is no crossorigin on every external sites and no as at all :
<https://www.google-analytics.com>; rel=preconnect, <https://fonts.googleapis.com>; rel=preconnect; crossorigin, <https://connect.facebook.net>; rel=preconnect, <https://load.sumo.com>; rel=preconnect, <https://fonts.gstatic.com>; rel=preconnect; crossorigin, <https://www.googletagmanager.com>; rel=preconnect, <https://www.facebook.com>; rel=preconnect, <https://i.ytimg.com>; rel=preconnect, <https://sumo.com>; rel=preconnect, <https://graph.facebook.com>; rel=preconnect, <https://api.facebook.com>; rel=preconnect, <https://sumo.com>; rel=preload, <https://load.sumo.com>; rel=preload
Let me know if it is possible to fix it and how ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Manually editing entries’ is closed to new replies.