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

Allows to specify a domain when deleting a cookie. #31

Merged
merged 2 commits into from Mar 21, 2014

Commits on Jan 28, 2014

  1. Allows to specify a domain when deleting a cookie.

    When a cookie has been set with a given domain (i.e. domain="example.com"), subsequent attempts to delete it will be ignored by the browser if the same domain is not provided.
    
    So a 'domain' parameter is added to the 'delete_cookie' method in order to be able to delete those cookies.
    ignacio committed Jan 28, 2014
    Copy the full SHA
    24b7c5c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5c7ccb View commit details
    Browse the repository at this point in the history