You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (extensionsToFilter.contains(extension)) {
return false;
}
if you want exclude .json, it will exclude .js files too
It should split the extensionsToFilter String by ';' into an array and compare the single entry strings on lowercase
The text was updated successfully, but these errors were encountered:
api/Utils.java
Utils.canBeUploaded
if you want exclude .json, it will exclude .js files too
It should split the extensionsToFilter String by ';' into an array and compare the single entry strings on lowercase
The text was updated successfully, but these errors were encountered: