🔐 Security & Safety
- MCP now enforces protocol and filesystem access restrictions by default:
- Browser navigation and API requests are limited to
http:,https:,about:, anddata:URLs;file://is blocked. - File uploads (
setInputFiles, file choosers, MCP file tools) are restricted to workspace root directories (orcwdif no roots are configured).
- Browser navigation and API requests are limited to
- Added
--allow-unrestricted-file-access(andallowUnrestrictedFileAccessconfig) to explicitly opt out, allowing:- Access to files outside workspace roots.
- Navigation and requests to
file://URLs.
📁 Artifacts & Output
- MCP-recorded videos are now saved under
outputDir/videos