You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
A crafty scriptor could get around the isLoginURL function by creating a link (in a tracks comments/description) to a subdomain to match the login URLs such as https://accounts.google.com.bad-actor.com/shellscript.html.
Would be safer to check that the domain match is restricted to the top level eg /^https:\/\/accounts\.google\.com\/.*/i,
Workflow wise this could be done at the same time as #206. Also at the same time; new-window is being deprecated.
A crafty scriptor could get around the
isLoginURL
function by creating a link (in a tracks comments/description) to a subdomain to match the login URLs such ashttps://accounts.google.com.bad-actor.com/shellscript.html
.Would be safer to check that the domain match is restricted to the top level eg
/^https:\/\/accounts\.google\.com\/.*/i,
Workflow wise this could be done at the same time as #206. Also at the same time;
new-window
is being deprecated.References:
The text was updated successfully, but these errors were encountered: