Error: [$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy.
yunApp.config(
[
'$sceProvider',
function ($sceProvider) {
$sceProvider.enabled(false);
}
]
);
Add the above code to disable angularjs and cross domain
Similar Posts:
- Solution to cross origin read blocking (CORB) blocked cross origin response error
- [Solved] Unapp H5 Error: Access to XMLHttpRequest at ‘http://www.localtest.com/api/api/v1/job/getPositionList’…
- Vue + Django Project-Browser cross-domain error: Access-Control-Allow-Origin
- [Solved] Access to image at ” from origin ‘null’ has been blocked by CORS policy
- Uncaught DOMException: Blocked a frame with origin “null” from accessing a cross-origin…
- Provisional headers are shown
- How to Solve .Net 5 webapi cross domain Issue
- Solution to the problem of missing URI path in chrome 85 + referer
- [Solved] Axios Cross-domain issues: No ‘Access-Control-Allow-Origin‘ header is present on the requested resource.
- error – canvas- Failed to execute ‘toBlob’ on ‘HTMLCanvasElement’: Tainted canvases may not be exported.