1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

Fix sanitization issues when rendering Blade, add regression tests

This commit is contained in:
Samuel Štancl 2023-05-31 18:56:33 +02:00
parent 567a7b09ef
commit f6d85e3dfe
6 changed files with 104 additions and 10 deletions

View file

@ -52,6 +52,7 @@ url(string $url)
title(string $title)
description(string $description)
image(string $url)
type(string $type)
locale(string $locale)
twitterCreator(string $username)
@ -266,7 +267,7 @@ The `previewify()` method also returns a signed URL to the image, which lets you
> **Note**
> The `previewify:` prefix will be automatically prepended to all provided data keys.
## Examples
### Service Provider