mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-24 17:23:54 +01:00
Update change log & Bump version number
This commit is contained in:
parent
a2328aa46e
commit
8411f5b69d
@ -1,5 +1,13 @@
|
||||
# Change log
|
||||
|
||||
## [5.4.1] - 2024-11-17
|
||||
|
||||
### Security release
|
||||
|
||||
- Fix XSS & SSRF vulnerabilities (thx to the XBOW team).
|
||||
- Content Security Policy is now available and enable by default. CSP helps to prevent or minimize the risk of certain types of security threats.
|
||||
If CSP is already enable on your server, you can set the `CONTENT_SECURITY_POLICY` environment variable to `false` to disable it at 2FAuth level.
|
||||
|
||||
## [5.4.0] - 2024-11-08
|
||||
|
||||
### Changed
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'version' => '5.4.1-beta',
|
||||
'version' => '5.4.1',
|
||||
'repository' => 'https://github.com/Bubka/2FAuth',
|
||||
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',
|
||||
'installDocUrl' => 'https://docs.2fauth.app/getting-started/installation/self-hosted-server/',
|
||||
|
Loading…
Reference in New Issue
Block a user