Searched refs:DISABLE_ORIGINS (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py105 DISABLE_ORIGINS = "disable_origins" variable
285 opts_new[DISABLE_ORIGINS] = set()
294 opts_new[DISABLE_ORIGINS].add("*")
304 if "*" not in opts_new[DISABLE_ORIGINS]:
305 opts_new[DISABLE_ORIGINS] = opts_new[ADD_ORIGINS]
937 (DISABLE_ORIGINS, [], [], {"type": "array",

Completed in 1055 milliseconds