Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
donner::editor::repro::ReproReplaySecurityPolicy Struct Reference

Ambient capabilities granted while replaying an untrusted recording. More...

#include "donner/editor/repro/ReproFile.h"

Public Attributes

bool allowEditorFileSystemActions = false
 Recorded keyboard and pointer input must never invoke open/save/export filesystem actions.
bool allowHostClipboardAccess = false
 Recorded clipboard shortcuts must use an isolated in-memory clipboard.
bool preserveRecordedPathAsCurrentFile = false
 Recorded display metadata must never become the editor's writable current file path.

Detailed Description

Ambient capabilities granted while replaying an untrusted recording.

Member Data Documentation

◆ allowEditorFileSystemActions

bool donner::editor::repro::ReproReplaySecurityPolicy::allowEditorFileSystemActions = false

Recorded keyboard and pointer input must never invoke open/save/export filesystem actions.

◆ allowHostClipboardAccess

bool donner::editor::repro::ReproReplaySecurityPolicy::allowHostClipboardAccess = false

Recorded clipboard shortcuts must use an isolated in-memory clipboard.

◆ preserveRecordedPathAsCurrentFile

bool donner::editor::repro::ReproReplaySecurityPolicy::preserveRecordedPathAsCurrentFile = false

Recorded display metadata must never become the editor's writable current file path.


The documentation for this struct was generated from the following file: