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 0369559 commit 1bcaffcCopy full SHA for 1bcaffc
modules/post/multi/manage/play_youtube.rb
@@ -74,7 +74,7 @@ def win_start_video(id)
74
def linux_start_video(id)
75
begin
76
# Create a profile
77
- profile_name = "temp_profile"
+ profile_name = Rex::Text.rand_text_alpha(8)
78
o = cmd_exec(%Q|firefox --display :0 -CreateProfile "#{profile_name} /tmp/#{profile_name}"|)
79
80
# Add user-defined settings to profile
0 commit comments