Stephan H. Wissel

Results 41 comments of Stephan H. Wissel

Played with various combinations of plugin and markdown extension sequences to no success. I also renamed in one attempt the snippet directory to `.snippet` so it would be first in...

Here you go: ```yaml #Project Information site_name: MKDocs Test site_url: https://github.com/ site_description: >- A test use_directory_urls: false # Theme Configuration theme: name: material language: en features: - navigation.tabs - navigation.indexes...

Thx for the update. I might start a v2 svg for a project, but for sure not as powerful as yours. Happy to listen to advice

Wouldn't. complete Auth dance with an IdP make more sense?

Had that discussion on Slack and the key maintainers have signaled willingness to support this. Current idea is to add /_idp as an endpoint indicating available IdPs

Closing pending resubmission with less formatting

We found servers playing fast and loose with origin headers, which in the current implementation fails, but typically a server sends data but without the cors headers. Maybe something like:...

```java context .fail(403, new VertxException("CORS Rejected - Invalid origin: "+origin, true)); ```

The 403 is fine, I'd just would like a way in the log to determine what origin failed. Good for trouble shooting and risk mitigation. Of course needs to be...