Skip to content

Commit 30a48b0

Browse files
committed
Don't trim tags, needed for STD plugin
1 parent 9e20702 commit 30a48b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ArchiSteamFarm/TrimmerRoots.xml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
</assembly>
2020

2121
<!-- Entries below are needed for our official plugins -->
22+
<assembly fullname="Microsoft.AspNetCore.Http.Extensions">
23+
<type fullname="Microsoft.AspNetCore.Http.TagsAttribute" />
24+
</assembly>
25+
2226
<assembly fullname="System.Linq">
2327
<type fullname="System.Linq.Enumerable">
2428
<method name="MaxBy" />

0 commit comments

Comments
 (0)