diff --git a/.gitignore b/.gitignore index 7e24099e6..265b0436d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ dist/ cmd/client/client cmd/client/dropdown cmd/dropdown/dropdown -cmd/web/web +cmd/web/web \ No newline at end of file diff --git a/backend/services/evidence.go b/backend/services/evidence.go index a2674c807..b041daf9f 100644 --- a/backend/services/evidence.go +++ b/backend/services/evidence.go @@ -111,6 +111,8 @@ func CreateEvidence(ctx context.Context, db *database.Connection, contentStore c fallthrough case "codeblock": fallthrough + case "c2-event": + fallthrough case "event": content = contentstore.NewBlob(i.Content) @@ -443,6 +445,8 @@ func UpdateEvidence(ctx context.Context, db *database.Connection, contentStore c fallthrough case "codeblock": fallthrough + case "c2-event": + fallthrough case "terminal-recording": content := contentstore.NewBlob(i.Content) processedKeys, err := content.ProcessPreviewAndUpload(contentStore) diff --git a/frontend/public/index.html b/frontend/public/index.html index 8e97d7423..a304ece5d 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -7,4 +7,4 @@
-