Commit 3f950e8
committed
security: disable OSC52 by default
Disable OSC52 clipboard access by default for security reasons:
- Change default-config.json: allow_osc52 from true to false
- Users can still enable it manually if needed
- Prevents potential clipboard data leakage by default
Rationale:
- OSC52 allows remote servers to access clipboard
- Should be explicitly enabled by users who need it
- Follows security best practice: deny by default1 parent 5079546 commit 3f950e8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments