Skip to content

Commit 5e7cb32

Browse files
committed
Update readme
1 parent ed0dde5 commit 5e7cb32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Laravel Page Speed
22
[![Project on GitScrum](https://gitscrum.com/badges/project.svg?project=gitscrum/bulls-eye-gitscrum-37)](https://gitscrum.com)
3-
[![Laravel 5.3][icon-l53]][link-laravel]
4-
[![Laravel 5.4][icon-l54]][link-laravel]
5-
[![Laravel 5.5][icon-l55]][link-laravel]
63
[![Build Status](https://travis-ci.org/renatomarinho/laravel-page-speed.svg?branch=master)](https://travis-ci.org/renatomarinho/laravel-page-speed)
74
[![License](https://poser.pugx.org/renatomarinho/laravel-page-speed/license)](https://packagist.org/packages/renatomarinho/laravel-page-speed)
85
[![Latest Stable Version](https://poser.pugx.org/renatomarinho/laravel-page-speed/version)](https://packagist.org/packages/renatomarinho/laravel-page-speed)
@@ -304,6 +301,10 @@ By default this field comes configured with some options, so feel free to config
304301

305302
*Notice*: This package skip automatically binary response. See [File Downloads][link-file-download].
306303

304+
## Warning
305+
306+
**\RenatoMarinho\LaravelPageSpeed\Middleware\TrimUrls::class** is considered **medium risk**. It can cause problems if it uses the wrong base URL. This can happen, for example, if you serve HTML that will be pasted verbatim into other HTML pages. If URLs are trimmed on the first page, they will be incorrect for the page they are inserted into. In this case, just disable the middleware.
307+
307308
## Testing
308309

309310
``` bash
@@ -317,6 +318,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
317318
## Credits
318319

319320
- [Renato Marinho][link-author]
321+
- [João Roberto P. Borges][link-maintainer]
320322
- [All Contributors][link-contributors]
321323

322324
## Inspiration
@@ -327,15 +329,13 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
327329

328330
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
329331

330-
[icon-l53]: https://img.shields.io/badge/Laravel-5.3-brightgreen.svg?style=flat-square
331-
[icon-l54]: https://img.shields.io/badge/Laravel-5.4-brightgreen.svg?style=flat-square
332-
[icon-l55]: https://img.shields.io/badge/Laravel-5.5-brightgreen.svg?style=flat-square
333332
[icon-downloads]: https://poser.pugx.org/renatomarinho/laravel-page-speed/downloads
334333

335334
[link-laravel]: https://laravel.com
336335
[link-downloads]: https://packagist.org/packages/renatomarinho/laravel-page-speed
337336
[link-before]: https://i.imgur.com/cN3MWYh.png
338337
[link-after]: https://i.imgur.com/IKWKLkL.png
339338
[link-author]: https://github.com/renatomarinho
339+
[link-maintainer]: https://github.com/joaorobertopb
340340
[link-contributors]: ../../contributors
341341
[link-file-download]: https://laravel.com/docs/5.5/responses#file-downloads

0 commit comments

Comments
 (0)