Skip to content

htaccess - block access to software identifying files: additions needed? #2288

Description

@chriswthomson

Should this line in htaccess.txt:

# Block access to any software identifying txt, markdown or textile files
RewriteCond %{REQUEST_URI} (^|/)(COPYRIGHT|INSTALL|README|CHANGELOG|LICENSE|htaccess)\.(txt|md|textile)$ [NC,OR]

also include AGENTS, API and CLAUDE e.g.

# Block access to any software identifying txt, markdown or textile files
RewriteCond %{REQUEST_URI} (^|/)(COPYRIGHT|INSTALL|README|CHANGELOG|LICENSE|AGENTS|API|CLAUDE|htaccess)\.(txt|md|textile)$ [NC,OR]

So these are not browser accessible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions