Fix: Extend content script scope to all of ollama.com
This commit is contained in:
parent
e44c47905a
commit
5602714ee2
@ -52,5 +52,6 @@ export default defineContentScript({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
allFrames: true,
|
allFrames: true,
|
||||||
matches: ["*://ollama.com/library/*"]
|
matches: ["*://ollama.com/*"],
|
||||||
|
|
||||||
})
|
})
|
Loading…
x
Reference in New Issue
Block a user