1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge pull request #2439 from Intrepidd/patch-1

Fix typo "Vulenerability"
This commit is contained in:
Mike Perham 2015-07-16 07:17:22 -07:00
commit 12ed0e4fb6

View file

@ -3,7 +3,7 @@
- Don't allow `Sidekiq::Worker` in ActiveJob::Base classes. [#2424] - Don't allow `Sidekiq::Worker` in ActiveJob::Base classes. [#2424]
- Safer display of job data in Web UI [#2405] - Safer display of job data in Web UI [#2405]
- Fix CSRF vulenerability in Web UI, thanks to Egor Homakov for - Fix CSRF vulnerability in Web UI, thanks to Egor Homakov for
reporting. [#2422] If you are running the Web UI as a standalone Rack app, reporting. [#2422] If you are running the Web UI as a standalone Rack app,
ensure you have a [session middleware ensure you have a [session middleware
configured](https://github.com/mperham/sidekiq/wiki/Monitoring#standalone): configured](https://github.com/mperham/sidekiq/wiki/Monitoring#standalone):