rexim / org-cliplink

Insert org-mode links from clipboard
327 stars 11 forks source link

Accept only text/html #83

Open rexim opened 8 years ago

rexim commented 8 years ago

During investigating #52 I found that url.el sends Accept: */* header by default. Maybe we should replace it with Accept: text/html, because text/html is the only thing we can work with right now. The same can applied to the cURL transport as well.