Skip to content

Commit

Permalink
Blacklist all System libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 7, 2022
1 parent 4c48871 commit b04ca18
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Radegast/Core/PluginInterface/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ public class PluginManager : IDisposable
"CommandLine.dll",
"fmod.dll",
"IKVM.dll",
"LibreMetaverse.PrimMesher.dll",
"LibreMetaverse.Rendering.Meshmerizer.dll",
"LibreMetaverse.StructuredData.dll",
"LibreMetaverse.Types.dll",
"LibreMetaverse.dll",
"log4net.dll",
"Meebey.SmartIrc4net.dll",
"Monobjc.Cocoa.dll",
Expand All @@ -59,10 +54,6 @@ public class PluginManager : IDisposable
"OpenCyc.dll",
"openjpeg-dotnet.dll",
"OpenJpegDotNetNative.dll",
"OpenMetaverse.Rendering.Meshmerizer.dll",
"OpenMetaverse.StructuredData.dll",
"OpenMetaverse.dll",
"OpenMetaverseTypes.dll",
"OpenTK",
"OpenTK.GLControl.dll",
"ortp.dll",
Expand All @@ -80,6 +71,10 @@ public class PluginManager : IDisposable
"XmlRpcCore.dll",
"zlib.net.dll",
"zlib1.dll",
// Blacklist all of these
"OpenMetaverse.",
"LibreMetaverse.",
"System.",
});

/// <summary>Collection of assemblies that are referenced when compiling scripts.</summary>
Expand Down

0 comments on commit b04ca18

Please sign in to comment.