-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking for local external storage flag iff the method is local. #27621
Conversation
sorry for the silly mistake @PVince81 😛 |
} | ||
|
||
else { | ||
if ($backend === 'local' && $canCreateNewLocalStorage === false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could remove this completely, users are never allowed to setup local storages for security reasons
@PVince81 , done. |
Tested, works. Please fix the unit tests:
|
@PVince81 , |
Tested, works 👍 Let's wait for CI now |
@PVince81 , |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #27619
Description
Regression from #27590
Related Issue
#27619
Types of changes
Checklist: