junepark678 / GIRRewrite

Audit: Binding to all interfaces detected with hardcoded values BAN-B104
Security
Major
a year agoa year old
Possible binding to all interfaces.
  65    'quiet': True,
  66    'no_warnings': True,
  67    'default_search': 'auto',
  68    'source_address': '0.0.0.0',  69}  70FFMPEG_OPTIONS = {
  71    'before_options': '-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5',
  72    'options': '-vn',
Possible binding to all interfaces.
  49    'quiet': True,
  50    'no_warnings': True,
  51    'default_search': 'auto',
  52    'source_address': '0.0.0.0',  53    'extract_flat': 'in_playlist',  54}  55YTDL_OPTIONS = {
  56    'format': 'bestaudio/best',
  57    'extractaudio': True,