Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecurityDevices section in org.mozilla.Firefox.json does not work #1

Open
rougegoat opened this issue Jul 13, 2020 · 0 comments
Open

Comments

@rougegoat
Copy link

I've been testing all the configurable options in Firefox using manifests. I noticed the approach used here does not work. The code section reads:

"SecurityDevices":{ "type": "array", "title": "Security Devices", "description": "Install PKCS #11 modules.", "items": { "type": "object", "properties": { "key": {"type": "string", "title": "Device Name"}, "value": { "type": "string", "title": "Device", "default": "PATH_TO_LIBRARY_FOR_DEVICE" }, "propertyNames": {"type": "string"} } } },

This seems like it should work, but Firefox gives the error "Invalid parameters specified for SecurityDevices." if you use it. I'm guessing Firefox is looking specifically for an object and not for an array of objects and rejects it before parsing anything.

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

No branches or pull requests

1 participant