Skip to content

chore(config): make vnc plugin entry explicitly enabled#3111

Closed
dawsman wants to merge 1 commit into
jo-inc:masterfrom
dawsman:chore/vnc-explicit-enabled
Closed

chore(config): make vnc plugin entry explicitly enabled#3111
dawsman wants to merge 1 commit into
jo-inc:masterfrom
dawsman:chore/vnc-explicit-enabled

Conversation

@dawsman
Copy link
Copy Markdown
Contributor

@dawsman dawsman commented May 13, 2026

Tiny consistency fix. The vnc plugin entry in camofox.config.json is missing the explicit "enabled": true that youtube and persistence both carry.

The loader (lib/plugins.js) treats a missing enabled field as not-disabled, so this is a no-op at runtime — purely a docs/consistency change that makes the config self-describing.

-    "vnc": { "resolution": "1920x1080" }
+    "vnc": { "enabled": true, "resolution": "1920x1080" }

🤖 Generated with Claude Code

Aligns the `vnc` plugin entry with `youtube` and `persistence`, both of
which carry an explicit `"enabled": true`. The loader treats missing
`enabled` as not-disabled, so this is a no-op at runtime — purely a
consistency fix that makes the config self-describing.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@skyfallsin
Copy link
Copy Markdown
Contributor

Shipped in v1.11 — thank you!

We merged the VNC config cleanup, adjusted so the plugin entry is explicit while remaining disabled by default.

Release notes: https://github.com/jo-inc/camofox-browser/releases/tag/v1.11.0
Latest patch: https://github.com/jo-inc/camofox-browser/releases/tag/v1.11.1

@skyfallsin
Copy link
Copy Markdown
Contributor

Closing since this shipped via #4150 in v1.11.

@skyfallsin skyfallsin closed this May 24, 2026
pasogott pushed a commit to calumba-holding/camofox-browser that referenced this pull request May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants