danyayoe
Results
1
comments of
danyayoe
It works for me if to add this block of code into the scripts/server.js file (after 12th row) app.use(function(req, res, next) { res.header("Cross-Origin-Embedder-Policy", "require-corp"); res.header("Cross-Origin-Opener-Policy", "same-origin"); next(); });