-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External plugins stopped working #1352
Comments
Unfortunately, this is a side effect of security measures we have added to the app. The measures are very important, so the plugin functionality will have to longer be a part of the desktop app. |
Thank you for the quick reply, Since the plugin is a must for us, is it possible for us to rebuild DrawIO desktop without the new security measures ? |
You can run it up locally using the instructions in the main README. |
We'll have a better review to see if this is possible to restore. |
Intended fix in 21.5.1 |
Preflight Checklist
You must agree to search and the code of conduct. You must fill in this entire template. If you delete part/all or miss parts out your issue will be closed.
Describe the bug
On old versions (e.g. 20.8.16) running DrawIO desktop on windows with the --enable-plugins option, allowed me to load external plugin. In version 21.5.0 this no longer works.
To verify I tried to load the numbers.js plugin from ...\drawio-21.5.0\src\main\webapp\plugins as an external plugin and it will not work, using the internal version of the plugin works fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
External plugins should have loaded when running drawio desktop with --enable-plugins
Screenshots
If applicable, add screenshots to help explain your problem.
draw.io version (In the Help->About menu of the draw.io editor):
Desktop (please complete the following information):
os: Windows 11
Additional context
The plugin I am trying to use worked at least up to version 20.8.16, Since i can't load Numbers.JS also i think it is a problem in drawio desktop
The text was updated successfully, but these errors were encountered: