mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
JS: Fix FPs from TLDs without a domain name
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
pkg.source.match(/<a:skin.*?\s+xmlns:a="http:\/\/ajax.org\/2005\/aml"/m)
|
||||
|
||||
// replace
|
||||
path.replace(/engine.io/, "$&-client")
|
||||
path.replace(/engine.io/, "$&-client");
|
||||
|
||||
/\.com|\.org/; // OK, has no domain name
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user