ctx_management: summarize on command button (#2479)
This commit is contained in:
@@ -503,9 +503,6 @@ export default function App() {
|
||||
// If GOOSE_ALLOWLIST_WARNING is true, use warning-only mode (STRICT_ALLOWLIST=false)
|
||||
// If GOOSE_ALLOWLIST_WARNING is not set or false, use strict blocking mode (STRICT_ALLOWLIST=true)
|
||||
const STRICT_ALLOWLIST = config.GOOSE_ALLOWLIST_WARNING === true ? false : true;
|
||||
console.log(
|
||||
`Extension security mode: ${STRICT_ALLOWLIST ? 'Strict' : 'Warning-only'} (GOOSE_ALLOWLIST_WARNING=${config.GOOSE_ALLOWLIST_WARNING})`
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
console.log('Setting up extension handler');
|
||||
|
||||
Reference in New Issue
Block a user