I found that cobalt can only open Youtube page, and can NOT
open URLs without Content-Security-Policy
setting in the response data or in the html page(eg <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline'">
), so is there any CSP config to support that URLs without Content-Security-Policy
setting can also be opened?
The Content Security Policy spec: https://www.w3.org/TR/CSP2/