wotzebra / laravel-swagger-ui

Add Swagger UI to a Laravel application.
MIT License
191 stars 23 forks source link

Give option to set validator URL #27

Closed treb00 closed 10 months ago

treb00 commented 10 months ago

I am hosting my documentation behind basic HTTP auth so the validation always fail and it gives a red X for favicon and an invalid banner bottom of the page.

With this we have the ability to set custom validator URL or disable the validation by setting the URL to false.

yinx commented 10 months ago

@treb00 Thanks for the contribution!