-
Notifications
You must be signed in to change notification settings - Fork 658
Closed as not planned
Labels
Issue template not filledIssue template not filled in, ignoring unless filledIssue template not filled in, ignoring unless filledlow qualityBug report is not of sufficient qualityBug report is not of sufficient quality
Description
Hello there!
This feature is critical for security compliance, as it prevents diagrams from being exposed to 'viewer.diagrams.net'.
Is your feature request related to a problem? Please describe.
Security compliance
Describe the solution you'd like
We need to disable "export URL" function in our local instance of draw.io due security reasons.
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 @@
/**
- Disables the export URL function.
*/
Editor.enableExportUrl = true;
Editor.enableExportUrl = false;
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue template not filledIssue template not filled in, ignoring unless filledIssue template not filled in, ignoring unless filledlow qualityBug report is not of sufficient qualityBug report is not of sufficient quality