We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e704adc commit 33e069bCopy full SHA for 33e069b
1 file changed
src/remotestorage.js
@@ -14,9 +14,6 @@ import { getContentType } from './utils/url.js'
14
import { getWebIdFromRequestAsync } from './auth/token.js'
15
import { checkIfMatch, checkIfNoneMatchForGet, checkIfNoneMatchForWrite } from './utils/conditional.js'
16
17
-// Dotfiles that must never be exposed via remoteStorage
18
-const BLOCKED_NAMES = new Set(['.acl', '.meta', '.pods'])
19
-
20
/**
21
* remoteStorage Fastify plugin
22
* @param {FastifyInstance} fastify
0 commit comments