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

make httpOnly cookies accessable #106

Open
Zauberfisch opened this issue Nov 17, 2013 · 0 comments
Open

make httpOnly cookies accessable #106

Zauberfisch opened this issue Nov 17, 2013 · 0 comments

Comments

@Zauberfisch
Copy link

browsers have implemented the httpOnly flag for cookies to prevent cookies from beeing accessable via javscript (security feature to prevent cookie stealing)

in .js scripts it might however be desired to have a cookie "stolen"
(eg I am creating a script that collects links from a page and then prints me a curl snipped that I can run in the console, however, on this page, some files require me to be logged in, but curl obviously is not logged in, so I would like to include my session cookie which httpOnly into the curl snippet)

as .js is a browser plugin, is it possible to make httpOnly cookies available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant