We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dc502 commit 146bd0dCopy full SHA for 146bd0d
app/Markdown/MarkdownServiceProvider.php
@@ -35,7 +35,7 @@ public function register(): void
35
],
36
'embed' => [
37
'adapter' => new OscaroteroEmbedAdapter,
38
- 'allowed_domains' => ['youtube.com', 'twitter.com', 'x.com'],
+ 'allowed_domains' => ['youtube.com'],
39
'fallback' => 'link',
40
41
]);
0 commit comments