AVATEAM-IT-SYSTEMHAUS / mkdocs-kroki-plugin

MkDocs plugin for Kroki-Diagrams
MIT License
46 stars 28 forks source link

feature: config User-Agent for client #27

Closed oniboni closed 1 year ago

oniboni commented 1 year ago

Adds UserAgent option. Defaults to current Firefox user agent string.

Solves #10

b-bittner commented 1 year ago

Oh, this is a nice idea. @all Are there any reasons why we should use firefox or any other user agent as default?

b-bittner commented 1 year ago

@oniboni Do you think this would also solve #11 ?

oniboni commented 1 year ago

@oniboni Do you think this would also solve #11 ?

@b-bittner Yes, I think they are block-listing web crawler.

We could also default to <module-name>/<verson> for UserAgent but if they are only allow-listing UserAgents, this would be worth nothing.