Skip to content

Commit d997e23

Browse files
committed
fix: miss allow-origin on downloads.openwrt.org/releases/23.05.x
1 parent 2fb7f4b commit d997e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var config = {
7878

7979
// Image download URL (e.g. "https://downloads.openwrt.org")
8080
image_url: "https://firmware-libremesh.antennine.org",
81-
openwrt_image_url: "https://downloads.openwrt.org",
81+
openwrt_image_url: "https://mirror-03.infra.openwrt.org",
8282

8383
// Insert snapshot versions (optional)
8484
//show_snapshots: true,

0 commit comments

Comments
 (0)