wip csp issue

This commit is contained in:
ansuz
2020-04-02 17:46:29 -04:00
parent 2daf759299
commit 3b05d24f10
2 changed files with 12 additions and 5 deletions

View File

@@ -31,6 +31,10 @@ define([
ApiConfig.httpSafeOrigin + window.location.pathname + 'inner.html?' +
requireConfig.urlArgs + '#' + encodeURIComponent(JSON.stringify(req)));
console.log(ApiConfig.httpSafeOrigin);
console.error(document.getElementById('sbox-iframe').getAttribute('src'));
// This is a cheap trick to avoid loading sframe-channel in parallel with the
// loading screen setup.
var done = waitFor();