Searched defs:ENABLE_ORIGINS (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py104 ENABLE_ORIGINS = "enable_origins" variable
284 opts_new[ENABLE_ORIGINS] = set()
296 opts_new[ENABLE_ORIGINS].add("*")
308 if "*" not in opts_new[ENABLE_ORIGINS]:
309 opts_new[ENABLE_ORIGINS] = opts_new[ADD_ORIGINS]
934 (ENABLE_ORIGINS, [], [], {"type": "array",

Completed in 32 milliseconds