baa-conductor

git clone 

commit
3d06308
parent
b0a42d0
author
im_wower
date
2026-03-22 16:08:30 +0800 CST
Allow Firefox plugin to reach live control API
1 files changed,  +2, -1
M plugins/baa-firefox/manifest.json
+2, -1
 1@@ -21,13 +21,14 @@
 2     "https://oaiusercontent.com/*",
 3     "https://*.oaiusercontent.com/*",
 4     "https://gemini.google.com/*",
 5+    "https://control-api.makefile.so/*",
 6     "http://localhost/*",
 7     "http://127.0.0.1/*",
 8     "ws://localhost/*",
 9     "ws://127.0.0.1/*"
10   ],
11   "content_security_policy": {
12-    "extension_pages": "default-src 'self'; connect-src ws://localhost:9800 ws://127.0.0.1:9800 http://localhost:9800 http://127.0.0.1:9800"
13+    "extension_pages": "default-src 'self'; connect-src https://control-api.makefile.so ws://localhost:9800 ws://127.0.0.1:9800 http://localhost:9800 http://127.0.0.1:9800"
14   },
15   "background": {
16     "scripts": [