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
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
DOMException: Failed to set the 'href' property on 'Location': The current window does not have permission to navigate the target frame to 'about:srcdoc'.
at HTMLDocument.<anonymous> (https://static.123apps.com/js/shared-v3.js?6eeaf:1:264239)
[object HTMLCollection]
lhjandroid
changed the title
after use main branch code,run js on chrom still minor problem.
after use main branch code,run js on chrom still have minor problem.
Apr 9, 2021
lhjandroid
changed the title
after use main branch code,run js on chrom still have minor problem.
after use main branch code,run js on chrom still have a minor problem.
Apr 9, 2021
I'm afraid this has to do with the CORS proxies that this package uses (the html page that they return), so the problem is not really coming from the package itself.
This is as far as you can go unfortunately. You could try to fork the package and replace the public CORS proxies from src/utils/x-frame-options-bypass.dart (line 106-107) with your own CORS proxy server (you need to setup one yourself), to see if this solves the issue.
Or you could use the default SourceType.URL, but you won't be able to modify the html source.
Other than that, I don't think there is anything I can do.
code
even if don't do any js shell,the console print
and the web page is't show normal. such as this link https://online-video-cutter.com/cn.
The text was updated successfully, but these errors were encountered: