Cursor.sysEntityLoader

Loads system entities if needed. If not used, then it can protect against certain system entity attacks at the cost of having this feature disabled.

struct Cursor(P, Flag!"conflateCDATA" conflateCDATA = Yes.conflateCDATA, Flag!"processBadDocument" processBadDocument = No.processBadDocument)
@safe
StringType delegate(StringType path) sysEntityLoader;

Meta