Skip to content

Exclude Extensions - Comparison to broad #55

@swelcker

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

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