Skip to content

Commit

Permalink
Revert "Disable entity processing on XML Parser to fix issue with une…
Browse files Browse the repository at this point in the history
…scaped content."

This reverts commit 28d9476.
  • Loading branch information
zachleat committed Dec 10, 2024
1 parent b7f0083 commit 20daa20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const xmlParser = new XMLParser({
ignoreAttributes: false,
allowBooleanAttributes: true,
parseAttributeValue: true,
processEntities: false, // disable this, was causing inconsistencies in Bluesky entries
// htmlEntities: true,
});

class Fetcher {
Expand Down

0 comments on commit 20daa20

Please sign in to comment.