mitre / heimdall-vue

(deprecated) A refactor of the heimdall-lite project using vue, see:
https://github.com/mitre/heimdall-vuetify
Other
8 stars 3 forks source link

BUG: Fix #53 by suggesting *.json for file upload #96

Closed lukemalinowski closed 5 years ago

lukemalinowski commented 5 years ago

Resolve #53 by adding proper html input accept key which specifies only json should be allowed to upload.

Signed-off-by: Luke Malinowski lmalinowski@mitre.org

lukemalinowski commented 5 years ago

Quick one line fix, PR is mostly to trigger CI tools.