Reclassify beacon as fetch

Resolves issue #88.
This commit is contained in:
Daniel Aleksandersen 2019-06-20 17:29:50 +02:00 committed by GitHub
parent 4491d2f81b
commit b34f951c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@ var RequestGuard = (() => {
object: "object",
object_subrequest: "fetch",
xmlhttprequest: "fetch",
beacon: "fetch",
ping: "ping",
beacon: "ping",
media: "media",
other: "",
};