Skip to content

Commit

Permalink
Add _headers to extensionless allowlist #3399 #3399 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 1, 2024
1 parent 0142b7c commit dd28e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TemplateMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class EleventyDataSchemaError extends EleventyBaseError {}
const EXTENSIONLESS_URL_ALLOWLIST = [
"/_redirects", // Netlify specific
"/.htaccess", // Apache
"/_headers", // Cloudflare
];

class TemplateMap {
Expand Down

0 comments on commit dd28e89

Please sign in to comment.