Skip to content

Commit 73cc75a

Browse files
edalzelljasonvarga
andauthored
[5.x] Add link tag to allowed Antlers tags (#14438)
Co-authored-by: Jason Varga <jason@pixelfear.com>
1 parent 868d5ad commit 73cc75a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Providers/ViewServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ private function getAppModifierHandlesForContentAllowlist(Application $app): arr
193193
private function defaultAllowedContentTagPatterns(Application $app): array
194194
{
195195
return [
196+
'link:*',
196197
'obfuscate:*',
197198
'trans:*',
198199
'trans_choice:*',

0 commit comments

Comments
 (0)