mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove console.log
This commit is contained in:
@@ -515,7 +515,6 @@ async function initWhitelist () {
|
||||
|
||||
for (const ancestor of details.frameAncestors) {
|
||||
if (originUrlCache.includes(ancestor.url)) {
|
||||
console.log(details);
|
||||
for (const header of details.requestHeaders) {
|
||||
if (header.name === "User-Agent") {
|
||||
header.value = chromeUserAgent;
|
||||
|
||||
Reference in New Issue
Block a user