browser-outo의 버전 기록 - 2개 버전
browser-outo 제작자: BLOUplanet
browser-outo의 버전 기록 - 2개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 0.3.0
2026년 7월 30일에 출시 - 36.43 KBfirefox 109.0 이상에서 작동Version 0.3.0
Security hardening for the console-capture channel:- Console log forwarding between the page hook (pagehook.js) and the
content script (content.js) is now authenticated with a per-page-load
random nonce. Messages without a valid nonce are dropped, preventing
accidental collisions and low-effort forgery by page scripts. - The page hook stays silent until it receives the nonce from the
content script, so no console data is posted before the handshake
completes.
No new permissions. No data collection (unchanged). The companion local
server (browser-outo CLI) now requires a per-run bearer token, accepts
WebSocket connections from extension origins only, and binds to loopback
by default.Apache License 2.0에 따라 릴리스된 소스 코드
- Console log forwarding between the page hook (pagehook.js) and the