hcrlab / stretch_web_interface

Prototype web interface that enables remote teleoperation of the Stretch RE1 mobile manipulator from Hello Robot Inc.
Other
7 stars 3 forks source link

Fix CSP issue #26

Closed mayacakmak closed 3 years ago

mayacakmak commented 3 years ago

Add the full list of safe sources in app.js so that the libraries will load, test on the robot.

mayacakmak commented 3 years ago

This also seems largely fixed with the addition of exceptions in app.js; see line if (use_content_security_policy) ..