You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2021. It is now read-only.
It's probably already possible to use Send with only cli tools like curl and openssl enc in a shell script, you'd just want to use the /api endpoints instead of the html ones.
The idea is to swap my endpoint with Firefox Send's to take advantage of the "zero"-knowledge design but retain the same smooth UX. I have a repo with the full code if that helps visualize the flow.
What do you think? Much appreciated!
ghost
added this to the
Stretch milestone
Jan 29, 2018
This is a feature request. I'm proposing two new flags to be added that modify the behaviour of the file download page.
Format:
https://send.firefox.com/download/FILE/?autodl=1&display=1#KEY
Key description:
autodl
- if set to1
and file isn't password-protected, automatically download the file (same as clicking the dl btn)display
- if set to1
and the above conditions are true, display the file in-tab. This is extremely useful for imagesThis allows for a somewhat complete cli to be built without requiring the end-client to also have an interpreter.
The text was updated successfully, but these errors were encountered: