Jump to content

Open Coffee

From Startup Mojave Wiki
Revision as of 18:14, 28 October 2025 by Michael Norton (talk | contribs)

Startup Mojave

Open Coffee

Open Coffee Show Notes


wfLoadExtension( 'ExternalData' );

$edgCacheTable = false; // Disable for testing $edgAllowExternalDataFrom = ['*']; $edgAllowSSL = true; $edgHTTPProxy = null;

$edgHTTPOptions = [

   'userAgent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
   'followRedirects' => true,
   'timeout' => 30

];