Skip to content

Commit

Permalink
Update composer dependencies & Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Nov 15, 2024
1 parent 93c508e commit 080becf
Show file tree
Hide file tree
Showing 5 changed files with 438 additions and 424 deletions.
1 change: 1 addition & 0 deletions app/Services/IconStoreService.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function __construct(Sanitizer $svgSanitizer)

$this->svgSanitizer = $svgSanitizer;
$this->svgSanitizer->removeRemoteReferences(true);
$this->svgSanitizer->minify(true);
}

/**
Expand Down
Loading

0 comments on commit 080becf

Please sign in to comment.