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

Incorrect Content-Type in download file example (ruby) #5

Closed
sturman opened this issue Mar 4, 2015 · 0 comments
Closed

Incorrect Content-Type in download file example (ruby) #5

sturman opened this issue Mar 4, 2015 · 0 comments

Comments

@sturman
Copy link
Contributor

sturman commented Mar 4, 2015

Please set correct Content-Type for downloading image file.
Thank you.

Affected file ../02-download-a-file/ruby/download.rb (line 17)

Actual:
profile['browser.helperApps.neverAsk.saveToDisk'] = 'images/jpeg, application/pdf'

Expected:
profile['browser.helperApps.neverAsk.saveToDisk'] = 'image/jpeg, application/pdf'

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

2 participants