Skip to content

Commit

Permalink
Don't store cookies when there's no auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bb2020 committed Aug 19, 2016
1 parent d485315 commit 9f228b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-cliplink-transport.el
Expand Up @@ -126,7 +126,7 @@
`(("Authorization" . ,(org-cliplink-credentials-to-basic-auth
username password)))))
(url-retrieve url url-retrieve-callback))
(url-retrieve url url-retrieve-callback))))
(url-retrieve url url-retrieve-callback nil nil t))))

(provide 'org-cliplink-transport)

Expand Down

0 comments on commit 9f228b3

Please sign in to comment.