You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Система: Windows 11.
Браузеры: Chrome Version 123.0.6312.107 (Official Build) (64-bit), Firefox 124.0.2 (64-bit).
Firefox
InstallTrigger is deprecated and will be removed in the future. tag.js:177:424
Some cookies are misusing the recommended “SameSite“ attribute 4
Cookie “metrika_enabled” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSitetag.js:161:13
Cookie “metrika_enabled” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSitetag.js:161:13
Cookie “_ga_GH8FX28ET0” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite 2 js:314:899
Cookie “_ga” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSitejs:314:899
Uncaught (in promise) TypeError: s.request.startsWith is not a function
at sw.js:1:11550
at Generator.next ()
at sw.js:1:196
at new Promise ()
at o (sw.js:1:16)
at sw.js:1:11512
The service worker navigation preload request was cancelled before 'preloadResponse' settled. If you intend to use 'preloadResponse', use waitUntil() or respondWith() to wait for the promise to settle.
8sw.js:1 Uncaught (in promise) TypeError: s.request.startsWith is not a function
at sw.js:1:11550
at Generator.next ()
at sw.js:1:196
at new Promise ()
at o (sw.js:1:16)
at sw.js:1:11512
js:1
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
tag.js:1
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
7sw.js:1 Uncaught (in promise) TypeError: s.request.startsWith is not a function
at sw.js:1:11550
at Generator.next ()
at sw.js:1:196
at new Promise ()
at o (sw.js:1:16)
at sw.js:1:11512
This is broken on Firefox 109 and later. Individual sites can be allowlisted by users by disabling Enhanced Tracking Protection for the given site. This can be done via the toggle in the shield panel or via "Manage Exceptions" in about:preferences#privacy.
Typically you need to include crossorigin in your preload. Check to see if the font loads twice in the network report. If it does, add/remove crossorigin and it may fix it.
Also check that the preload uses as="font" type="font/woff2".
У меня точно такие же ошибки вылизают. А также при попытке нажать на кнопки в форме "Была ли статья полезной?" Вылизает ошибка отправки формы.
Эта ошибка вылизает и в linux firefox и в linux chromium. (Однако в приватном окне хромиума вроде все нормально работает) Расширения в хромиуме были все отключены.
index-e2e2677516.js:30
SyntaxError: Unexpected end of JSON input
at index-e2e2677516.js:30:4825
В чём проблема?
Консольные ошибки (без включённых браузерных расширений).
Система: Windows 11.
Браузеры: Chrome Version 123.0.6312.107 (Official Build) (64-bit), Firefox 124.0.2 (64-bit).
Firefox
Chrome
Как решить?
InstallTrigger
Не использовать вообще.
SameSite cookies
Issues with blocked SameSite cookies in local development environments can be fixed by temporarily disabling sameSite policies in Firefox and Chrome.
SameSite
cookies ain't oneBlocked request to access cookie or storage
This is broken on Firefox 109 and later. Individual sites can be allowlisted by users by disabling Enhanced Tracking Protection for the given site. This can be done via the toggle in the shield panel or via "Manage Exceptions" in about:preferences#privacy.
Link preload was not used
Typically you need to include crossorigin in your preload. Check to see if the font loads twice in the network report. If it does, add/remove crossorigin and it may fix it.
Also check that the preload uses as="font" type="font/woff2".
The text was updated successfully, but these errors were encountered: