Browse Source
Merge pull request #55013 from nextcloud/fix/dynamic-js-during-2fa
fix(auth): allow access to dynamic js files during 2FA
pull/55024/head
Ferdinand Thiessen
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
core/Controller/JsController.php
|
|
|
@ -42,6 +42,7 @@ class JsController extends Controller { |
|
|
|
|
|
|
|
/** |
|
|
|
* @NoSameSiteCookieRequired |
|
|
|
* @NoTwoFactorRequired |
|
|
|
* |
|
|
|
* @param string $fileName js filename with extension |
|
|
|
* @param string $appName js folder name |
|
|
|
@ -75,6 +76,8 @@ class JsController extends Controller { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @NoTwoFactorRequired |
|
|
|
* |
|
|
|
* @param ISimpleFolder $folder |
|
|
|
* @param string $fileName |
|
|
|
* @param bool $gzip is set to true if we use the gzip file |
|
|
|
|