Skip to content

Commit

Permalink
[Privacy] don't send shiori link to the website owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Istiak Ferdous committed Dec 25, 2023
1 parent 3531e20 commit 31ef7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/view/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

document.querySelectorAll("#content a").forEach(elem => {
elem.setAttribute("target", "_blank");
elem.setAttribute("rel", "noopener");
elem.setAttribute("rel", "noopener noreferrer");
});
}
});
Expand Down

0 comments on commit 31ef7b6

Please sign in to comment.