Skip to content

Commit

Permalink
fixed proguard check with same site name
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Aug 30, 2023
1 parent 6eee294 commit d3d6abf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proguard.pro
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@

-keep public class io.netty.channel.DefaultChannelPipeline{*;}
-keep public class io.netty.handler.codec.http.cookie.DefaultCookie{*;}
-keep public class io.netty.handler.codec.http.cookie.CookieHeaderNames{*;}
-keep public class io.netty.handler.codec.http.cookie.CookieHeaderNames$SameSite{*;}
-keep public class com.ctc.wstx.stax.WstxInputFactory{*;}
-keep public class com.ctc.wstx.stax.WstxOutputFactory{*;}

Expand Down

0 comments on commit d3d6abf

Please sign in to comment.