From 7718936737a64ded54ccea2910f8d82a61d5f1a2 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 10 May 2020 02:18:02 +0530 Subject: [PATCH] Block data type --- plugins/nuke | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/nuke b/plugins/nuke index 9fea1db..97e3377 100755 --- a/plugins/nuke +++ b/plugins/nuke @@ -477,6 +477,9 @@ handle_blocked() { application/x-shellscript) exit 0;; + + application/octet-stream) + exit 0;; esac }