diff --git a/Ghidra/RuntimeScripts/Common/server/server.conf b/Ghidra/RuntimeScripts/Common/server/server.conf index 4750c102f1..e3df9cc06b 100644 --- a/Ghidra/RuntimeScripts/Common/server/server.conf +++ b/Ghidra/RuntimeScripts/Common/server/server.conf @@ -79,6 +79,8 @@ wrapper.java.additional.11=-Ddb.buffers.DataBuffer.compressedOutput=true wrapper.java.debug.port=18200 # Uncomment to allow VisualVM Profiling to avoid "Rejected class serialization..." errors +# NOTE: Class serialization is added as a security assurance and should remain enabled +# during normal use. #wrapper.java.additional.16=-Dghidra.server.serialization.filter.disabled=true # Uncomment to enable remote use of VisualVM for profiling