1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

forward OC_PASS

This commit is contained in:
Robin Appelman 2025-02-21 22:05:27 +01:00
commit f265f58533

View file

@ -30,7 +30,13 @@ mod php;
mod proxy;
mod service;
static FORWARD_ENV: &[&str] = &["OCC_LOG", "XDEBUG_MODE", "XDEBUG_TRIGGER", "XDEBUG_CONFIG"];
static FORWARD_ENV: &[&str] = &[
"OCC_LOG",
"OC_PASS",
"XDEBUG_MODE",
"XDEBUG_TRIGGER",
"XDEBUG_CONFIG",
];
fn get_forward_env() -> Vec<String> {
vars()