mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix typo "Vulenerability"
This commit is contained in:
parent
751488250e
commit
70e28fb493
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
- Don't allow `Sidekiq::Worker` in ActiveJob::Base classes. [#2424]
|
||||
- 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,
|
||||
ensure you have a [session middleware
|
||||
configured](https://github.com/mperham/sidekiq/wiki/Monitoring#standalone):
|
||||
|
|
Loading…
Reference in a new issue