···4455- Adds ability to download a playlist as a zip file
66- Fixes dark styles for add-to-playlist overlay
77+- Improves CORS information a little bit
78- No longer scrolls track list to the top when moving things in a playlist or when processing tracks
89- Switches key bindings for arrow up and down
910
+12-5
src/Static/About/About.md
···8888Add the domain of the app, with the protocol, to the __list of allowed origins__.
89899090```shell
9191-btfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["https://diffuse.sh"]'
9191+btfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["https://diffuse.sh", "http://127.0.0.1:8080", "http://127.0.0.1:44999"]'
9292```
93939494You can also make this change in the Web UI, you'll find it under "Settings → BTFS Config".
···9898 "API": {
9999 "HTTPHeaders": {
100100 "Access-Control-Allow-Origin": [
101101- "https://diffuse.sh"
101101+ "https://diffuse.sh",
102102+ "http://127.0.0.1:8080",
103103+ "http://127.0.0.1:44999"
102104 ]
103105 }
104106 }
···124126Add the domain of the app, with the protocol, to the __list of allowed origins__.
125127126128```shell
127127-ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["https://diffuse.sh"]'
129129+ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["https://diffuse.sh", "http://127.0.0.1:8080", "http://127.0.0.1:44999"]'
128130```
129131130132You can also make this change in the Web UI, you'll find it under "Settings → IPFS Config".
···134136 "API": {
135137 "HTTPHeaders": {
136138 "Access-Control-Allow-Origin": [
137137- "https://diffuse.sh"
139139+ "https://diffuse.sh",
140140+ "http://127.0.0.1:8080",
141141+ "http://127.0.0.1:44999"
138142 ]
139143 }
140144 }
···167171 "API": {
168172 "HTTPHeaders": {
169173 "Access-Control-Allow-Origin": [
170170- "https://diffuse.sh"
174174+ "https://diffuse.sh",
175175+ "http://127.0.0.1:8080",
176176+ "http://127.0.0.1:44999"
171177 ]
172178 }
173179 }
···197203 - PROPFIND
198204 allowed_hosts:
199205 - https://diffuse.sh
206206+ - http://127.0.0.1:44999
200207 exposed_headers:
201208 - Content-Length
202209 - Content-Type