Skip to content

Exclude Extensions - Comparison to broad #55

Description

@swelcker

api/Utils.java
Utils.canBeUploaded

            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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions