Skip to content

Commit

Permalink
Don't trim tags, needed for STD plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Jan 5, 2025
1 parent 9e20702 commit 30a48b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ArchiSteamFarm/TrimmerRoots.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
</assembly>

<!-- Entries below are needed for our official plugins -->
<assembly fullname="Microsoft.AspNetCore.Http.Extensions">
<type fullname="Microsoft.AspNetCore.Http.TagsAttribute" />
</assembly>

<assembly fullname="System.Linq">
<type fullname="System.Linq.Enumerable">
<method name="MaxBy" />
Expand Down

0 comments on commit 30a48b0

Please sign in to comment.