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:
commit
12ed0e4fb6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue