Skip to content

Commit

Permalink
Make StylingPolicy public
Browse files Browse the repository at this point in the history
Did not use a builder since having access to StylingPolicy.apply can be very critical
  • Loading branch information
EugenMayer committed Apr 19, 2024
1 parent f729a08 commit b905880
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@
* ones to reduce the attack-surface.
*/
@TCB
final class StylingPolicy implements JoinableAttributePolicy {
public final class StylingPolicy implements JoinableAttributePolicy {

final CssSchema cssSchema;
final Function<String, String> urlRewriter;
Expand Down

0 comments on commit b905880

Please sign in to comment.