Fix internal server error when calling autumn from Chrome Extension
This commit is contained in:
@@ -76,6 +76,8 @@ const init = async () => {
|
||||
const wildcardPatterns = [
|
||||
/^https:\/\/.*\.useautumn\.com$/,
|
||||
/^https:\/\/.*\.alphalog\.ai$/,
|
||||
/^https:\/\/.*\.alphalog\.ai$/,
|
||||
/^chrome-extension:\/\/.*/,
|
||||
];
|
||||
|
||||
app.use(
|
||||
|
||||
Reference in New Issue
Block a user