UNPKG

451-tools

Version:

Censorship resilient and distributed publishing: informed by the needs of publishers and their audiences, More Mirrors implements a set of offline fallback strategies for censorship resilient websites.

9 lines (8 loc) 249 B
/** * Checks if a request should be excluded from mirroring. * * @param {Request} request * @param {String[]} excludeByPath * @returns {boolean} */ export default function isRequestExcluded(request: Request, excludeByPath: string[]): boolean;