mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39:58 +00:00
Hide build error for incorrect types
This commit is contained in:
@@ -513,6 +513,8 @@ async function initWhitelist () {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @ts-ignore
|
||||||
|
// Another issue with @types/firefox-webext-browser
|
||||||
for (const ancestor of details.frameAncestors) {
|
for (const ancestor of details.frameAncestors) {
|
||||||
if (originUrlCache.includes(ancestor.url)) {
|
if (originUrlCache.includes(ancestor.url)) {
|
||||||
for (const header of details.requestHeaders) {
|
for (const header of details.requestHeaders) {
|
||||||
|
|||||||
Reference in New Issue
Block a user