Skip to content

Commit 43e0afe

Browse files
committed
Delete 's' typo
1 parent 79a24f8 commit 43e0afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/manage/play_youtube.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Metasploit3 < Msf::Post
99

1010
include Msf::Post::File
1111

12-
PLAY_OPTIONS = 'sautoplay=1&loop=1&disablekb=1&modestbranding=1&iv_load_policy=3&controls=0&showinfo=0&rel=0'
12+
PLAY_OPTIONS = 'autoplay=1&loop=1&disablekb=1&modestbranding=1&iv_load_policy=3&controls=0&showinfo=0&rel=0'
1313

1414
def initialize(info={})
1515
super( update_info( info,

0 commit comments

Comments
 (0)