Skip to content

Commit 33e069b

Browse files
Remove unused BLOCKED_NAMES constant
1 parent e704adc commit 33e069b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/remotestorage.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ import { getContentType } from './utils/url.js'
1414
import { getWebIdFromRequestAsync } from './auth/token.js'
1515
import { checkIfMatch, checkIfNoneMatchForGet, checkIfNoneMatchForWrite } from './utils/conditional.js'
1616

17-
// Dotfiles that must never be exposed via remoteStorage
18-
const BLOCKED_NAMES = new Set(['.acl', '.meta', '.pods'])
19-
2017
/**
2118
* remoteStorage Fastify plugin
2219
* @param {FastifyInstance} fastify

0 commit comments

Comments
 (0)