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

Implemented --disable-httponly-cookie #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Implemented --disable-httponly-cookie #87

wants to merge 2 commits into from

Conversation

kettenbach-it
Copy link

The new option disables the HTTPOnly flag so that JS can access the cookie.
This might be a security risk, that's why it's enabled by default.
Only use it, if you know, what you're doing.

@SuperSandro2000
Copy link
Contributor

I think it would be a good idea to warn the user in the help about this security risk.

@thomseddon
Copy link
Owner

I'm 👍 for this change but it will need a few tweaks, I'm happy with the name but this will need a few formatting tweaks (indentation on Config object, this should be fixed with go fmt) and content tweaks (I don't believe the the usage output actually matches what is printed with --help)

@thomseddon thomseddon added the enhancement New feature or request label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants