diff --git a/src/components/Plugins/PluginRegisterSystem.tsx b/src/components/Plugins/PluginRegisterSystem.tsx index a5620b32..30f28237 100644 --- a/src/components/Plugins/PluginRegisterSystem.tsx +++ b/src/components/Plugins/PluginRegisterSystem.tsx @@ -59,7 +59,7 @@ const PluginRegisterSystem: React.FC<{ baseurl?: string }> = ({ baseurl }) => { name={plg.name} title={plg.name} src={pluginPath(plg, baseurl)} - sandbox="allow-scripts" + sandbox={`allow-scripts ${plg.parameters?.sandbox || ''}`} /> ); })}