Pavel Kutáč

Results 20 issues of Pavel Kutáč

In Laravel app, I have this piece of code `View::share('scpScriptNonceToken', SecureHeaders::nonce());` in AppServiceProvider. I used this to prevent generating a big amount of nonces for scripts. But there is also...

You already support the `report-to` attribute at CSP. However, this attribute accepts key from `Report-To` header like shown in this site in examples: [developer.mozilla.org](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-to). What do you think about adding...

I noticed events are not shown in Google Calendar anymore. If I put into Google Calendar link from FB directly, it works. But when I put there link from eventcal,...

Sometimes http actions returns multiline message, but message is shortened only to first line in CLI. Would be nice to enable full log output even to CLI. Or also other...

I have noticed there is no sniff that would handle correct indentation inside a block or comments etc. Or am I wrong and there is a sniff that would handle...

In the tutorial, you explain how to use local build instead of image and also running `grep hello app.py` which should return nothing. But it returns the code, because the...

I have created div with `page-break-inside: avoid ` style, it works OK. But if inside is another div which is floating, then I got error. If I do floating without...

bug/fix
notices-warnings

**Is your feature request related to a problem? Please describe.** Parsedown, which is used inside LaRecipe, is a little outdated. Did you consider to use [league/commonmark](https://github.com/thephpleague/commonmark) instead? This one is...

enhancement

In PR https://github.com/SamAsEnd/laravel-needs-auto-rehash/pull/2 I added support for Laravel 9. However, I need to specify the `dev-master` in composer.json. Can tag new version please?