We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a24f8 commit 43e0afeCopy full SHA for 43e0afe
modules/post/multi/manage/play_youtube.rb
@@ -9,7 +9,7 @@ class Metasploit3 < Msf::Post
9
10
include Msf::Post::File
11
12
- PLAY_OPTIONS = 'sautoplay=1&loop=1&disablekb=1&modestbranding=1&iv_load_policy=3&controls=0&showinfo=0&rel=0'
+ PLAY_OPTIONS = 'autoplay=1&loop=1&disablekb=1&modestbranding=1&iv_load_policy=3&controls=0&showinfo=0&rel=0'
13
14
def initialize(info={})
15
super( update_info( info,
0 commit comments