Skip to content

Local file prints should be converted to base64 #1210

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

Closed
tresf opened this issue Nov 4, 2023 · 1 comment
Closed

Local file prints should be converted to base64 #1210

tresf opened this issue Nov 4, 2023 · 1 comment
Assignees

Comments

@tresf
Copy link
Contributor

tresf commented Nov 4, 2023

Example:

var data = [{ type: 'pixel', format: 'pdf', flavor: 'file', data: '/Applications/QZ Tray.app/Contents/Resources/demo/pdf_sample.pdf' }];

Ideally, qz-tray.js should automatically detect file:/// and convert to Base64.

tresf added a commit that referenced this issue Nov 8, 2023
tresf added a commit that referenced this issue Nov 23, 2023
tresf added a commit that referenced this issue Nov 25, 2023
* Disable file writing by default
* Restrict file reading
* Allow hardening of HTTP options
Per #1210, #730

---------

Co-authored-by: Berenz <[email protected]>
@tresf
Copy link
Contributor Author

tresf commented Nov 25, 2023

Took a different approach via #1213

@tresf tresf closed this as completed Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants