Skip to content

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

@sebastian-blandon

Description

@sebastian-blandon

Hello there!

This feature is critical for security compliance, as it prevents diagrams from being exposed to 'viewer.diagrams.net'.

Citing @Xandrr in #4336

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue template not filledIssue template not filled in, ignoring unless filledlow qualityBug report is not of sufficient quality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions