Update the permissions so that firmware can once again be retrieved via
github. The binaries were redirecting to amazon AWS resulting in a CORS failure since amazonaws.com was not in the permissions list.10.3.x-maintenance
parent
db6b44b117
commit
400ac563c9
|
@ -24,6 +24,7 @@
|
|||
"https://*.githubusercontent.com/",
|
||||
"http://*.baseflight.net/",
|
||||
"http://*.cleanflight.com/",
|
||||
"https://*.amazonaws.com/",
|
||||
"serial",
|
||||
"usb",
|
||||
"storage",
|
||||
|
|
Loading…
Reference in New Issue