Lines Matching refs:REMOVE_ORIGINS
103 REMOVE_ORIGINS = "remove_origins"
245 if opts[ORIGIN_URI] and opts[REMOVE_ORIGINS]:
247 [ORIGIN_URI, REMOVE_ORIGINS])
255 if opts[REPO_URI] and opts[REMOVE_ORIGINS]:
257 [REPO_URI, REMOVE_ORIGINS])
275 or opts[REPO_URI] or opts[REMOVE_ORIGINS] or opts[REMOVE_MIRRORS]):
277 [PROXY_URI, ADD_ORIGINS, ADD_MIRRORS, REMOVE_ORIGINS,
281 opts_new[REMOVE_ORIGINS] = set()
311 for e in opts[REMOVE_ORIGINS]:
315 opts_new[REMOVE_ORIGINS].add("*")
317 opts_new[REMOVE_ORIGINS].add(misc.parse_uri(e,
931 (REMOVE_ORIGINS, [], [], {"type": "array",