-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: format code with Prettier #257
base: develop
Are you sure you want to change the base?
Conversation
This commit fixes the style issues introduced in e3006b8 according to the output from Prettier. Details: None
win.setAlwaysOnTop(value); | ||
break; | ||
case "theme": | ||
$("link#theme").attr("href", "themes/" + value + ".css"); |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
DOM text
DOM text
DOM text
DOM text
DOM text
var username = App.settings.opensubtitlesUsername; | ||
var password = require("crypto") | ||
.createHash("md5") | ||
.update(App.settings.opensubtitlesPassword) |
Check failure
Code scanning / CodeQL
Use of password hash with insufficient computational effort High
an access to opensubtitlesPassword
process.execPath.substr(0, process.execPath.lastIndexOf("/") + 1) + | ||
"../../../../Resources/app.nw/"; | ||
require("child_process").exec( | ||
'"' + pctPath + 'src/duti/duti" -s media.popcorntime.player magnet', |
Check warning
Code scanning / CodeQL
Shell command built from environment values Medium
absolute path
'"' + | ||
pctPath + | ||
'src/duti/duti" -s media.PopcornTimeCE.player .torrent viewer', |
Check warning
Code scanning / CodeQL
Shell command built from environment values Medium
absolute path
url.hostname, | ||
{ | ||
servername: url.hostname, | ||
rejectUnauthorized: false, |
Check failure
Code scanning / CodeQL
Disabling certificate validation High
This commit fixes the style issues introduced in e3006b8 according to the output
from Prettier.
Details: None