github pglombardo/PasswordPusher v1.58.0
v1.58.0: New Secure Cookies Option

latest releases: v1.60.2, v1.60.1, v1.60.0...
2 months ago

πŸ“ What’s Changed

This releases adds new setting secure_cookies. Enable with PWP__SECURE_COOKIES=true or setting secure_cookies: true in your settings.yml.

Enabling this security feature will put in place a few security restrictions including:

  1. Only send cookies over HTTPS
  2. Prevent Javascript from accessing cookies
  3. Cookies can only be accessed in same-site requests

You can read more about the strategies employed here and the attack vectors it defends against here:
https://guides.rubyonrails.org/security.html#sessions

Note that this option is disabled by default as enabling it will break those running over HTTP, on intranets and possibly those running behind some proxies.

πŸš€ Features

⬆️ Dependencies updates

πŸ‘₯ List of contributors

@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

πŸ›₯️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

πŸƒβ€β™‚οΈ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.58.0

..and go to http://localhost:5100

πŸ”— Useful Links

Don't miss a new PasswordPusher release

NewReleases is sending notifications on new releases.