Currently there is no way to tell bots that respect the robots.txt convention not to crawl the Solid Server.
The simplest solution would be to add a case "/jwks": to the existing routing (in the various index.php files) with:
User-agent: *
Disallow: /
That would provide a hook to replace the hard-coded content with something else, if such a need should arise.
Currently there is no way to tell bots that respect the
robots.txtconvention not to crawl the Solid Server.The simplest solution would be to add a
case "/jwks":to the existing routing (in the variousindex.phpfiles) with:That would provide a hook to replace the hard-coded content with something else, if such a need should arise.