jgraph / drawio

draw.io is a JavaScript, client-side editor for general diagramming.
https://www.drawio.com
Other
40.85k stars 7.59k forks source link

Add ability to disable Export to - URL via configuration #4336

Open Xandrr opened 5 months ago

Xandrr commented 5 months ago

Is your feature request related to a problem? Please describe. We need to disable "export URL" function in our local instance of draw.io due security reasons.

Describe the solution you'd like Add startup parameter to override Editor.enableExportUrl value without code editing.

Describe alternatives you've considered I should manual edit file in my local repository: src/main/webapp/js/diagramly/Editor.js @@ -174,7 +174,7 @@ /**

Additional context Add any other context or screenshots about the feature request here.

davidjgraph commented 5 months ago

Why do you specifically want that disabled and not save as XML, extra->edit diagram, etc?