mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
059e35a463
32 changed files with 77 additions and 150 deletions
|
|
@ -843,10 +843,7 @@ HttpObserverManager = {
|
|||
var onBeforeRequest = {
|
||||
get allowedOptions() {
|
||||
delete this.allowedOptions;
|
||||
this.allowedOptions = ["blocking"];
|
||||
#ifndef RELEASE_OR_BETA
|
||||
this.allowedOptions.push("requestBody");
|
||||
#endif
|
||||
this.allowedOptions = ["blocking", "requestBody"];
|
||||
return this.allowedOptions;
|
||||
},
|
||||
addListener(callback, filter = null, opt_extraInfoSpec = null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue