Youtube Bug #77
FarhadiAlireza
started this conversation in
General
Replies: 1 comment 6 replies
-
@FarhadiAlireza |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I found the below log about the youtube bug
I guess it may help you, so I share it
-Love U guys-
**Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 source
content.js:1
User-Agent String Reduction
Ensure CORS response header values are valid
A cross-origin resource sharing (CORS) request was blocked because of invalid or missing response headers of the request or the associated preflight request .
To fix this issue, ensure the response to the CORS request and/or the associated preflight request are not missing headers and use valid header values.
Note that if an opaque response is sufficient, the request's mode can be set to no-cors to fetch the resource with CORS disabled; that way CORS headers are not required but the response content is inaccessible (opaque).
2 requests
Request Status Preflight Request (if problematic) Header Problem Invalid Value (if available)
Create blocked
Create Access-Control-Allow-Origin Missing Header
Create blocked
Create Access-Control-Allow-Origin Missing Header
Cross-Origin Resource Sharing (CORS)**
Beta Was this translation helpful? Give feedback.
All reactions