Bas van Dinther

Results 36 comments of Bas van Dinther

@ThibaultDuhem would you like to help me when I'm adding more translations to the translation files? Not all text is currently translated and I would like to add those to...

My translations work on the latest version (`nl` and `en`), However, titles of the checks are not translated yet (which would be a nice addition). @MuriloChianfa

Did you also set the locale in your .env file? @MuriloChianfa

Hmm I would expect that the language from the seo config would overrule the app config but maybe that's broken. Have to check that to make sure that isn't working....

Ah, forgot what the language was used for but I checked it and the `language` option in the config does only work for the `TransitionWordRatioCheck`. It checks on transition words...

I guess this has something to do with the URL being a signed url, when it's invalid that may cause the 403 error but I'm not sure why it could...

Any success with figuring out what the issue was? @dotsoftwarenl

This rather seems a bug in the `Readability` package. @bardolf69 Seems like it has something to do with this issue: https://github.com/j0k3r/php-readability/issues/96

Closed due inactivity.

Unfortunately that's not possible. You should create your own middleware to implement such logic. You could take a look at the middleware in the package for some inspiration. @akiftezcan38