home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 902263367

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1426#issuecomment-902263367 https://api.github.com/repos/simonw/datasette/issues/1426 902263367 IC_kwDOBm6k_c41x3JH 9599 2021-08-19T21:33:51Z 2021-08-19T21:36:28Z OWNER

I was worried about if it's possible to allow access to /fixtures but deny access to /fixtures?sql=...

From various answers on Stack Overflow it looks like this should handle that:

User-agent: * Disallow: /fixtures? I could use this for tables too - it may well be OK to access table index pages while still avoiding pagination, facets etc. I think this should block both query strings and row pages while allowing the table page itself: User-agent: * Disallow: /fixtures/searchable? Disallow: /fixtures/searchable/* Could even accompany that with a sitemap.xml that explicitly lists all of the tables - which would mean adding sitemaps to Datasette core too.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
964322136  
Powered by Datasette · Queries took 0.948ms · About: github-to-sqlite