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 Dec 21, 2019. It is now read-only.
There should be an option to make sure the cookie storage requires secure cookies for sites that have https available. It needs to be optional so that it would be supported in dev/testing environments that don't support https.
One possibility would be to add another argument to the NewAuthorizer:
One related issue to cover is that currently a login seems to fail silently if a.cookiejar.Options.Secure is set to true and it is on a site that does not support https.
The text was updated successfully, but these errors were encountered:
I think I'd prefer your latter suggestion: making cookies secure by default with a fallback method/option to allow non secure cookies. I'm very much open to PRs implementing this feature.
There should be an option to make sure the cookie storage requires secure cookies for sites that have https available. It needs to be optional so that it would be supported in dev/testing environments that don't support https.
One possibility would be to add another argument to the NewAuthorizer:
or make it secure by default and require calling a Method to make it insecure (best practice):
One related issue to cover is that currently a login seems to fail silently if a.cookiejar.Options.Secure is set to true and it is on a site that does not support https.
The text was updated successfully, but these errors were encountered: