// This file configures the Flash options for sIFR. class Options { // Set the options for sIFR inside this function. public static function apply() { sIFR.fromLocal = true; sIFR.domains = ['*']; } }