We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
qz-tray.js
file:///
The text was updated successfully, but these errors were encountered:
Disable file writing by default
883094a
Per #1210, #730
35c8306
System properties to harden file reading/writing, http behavior (#1213)
e329cb4
* Disable file writing by default * Restrict file reading * Allow hardening of HTTP options Per #1210, #730 --------- Co-authored-by: Berenz <[email protected]>
Took a different approach via #1213
Sorry, something went wrong.
akberenz
No branches or pull requests
Example:
Ideally,
qz-tray.js
should automatically detectfile:///
and convert to Base64.The text was updated successfully, but these errors were encountered: