mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 17:03:25 +00:00
really really basic domain whitelisting
This commit is contained in:
@@ -3,7 +3,7 @@ import type { PlasmoCSConfig } from 'plasmo';
|
||||
import { relayMessage } from '@plasmohq/messaging';
|
||||
|
||||
export const config: PlasmoCSConfig = {
|
||||
matches: ['https://movie-web.app/*', 'https://dev.movie-web.app/*', 'http://localhost:5173/*'],
|
||||
matches: ['<all_urls>'],
|
||||
};
|
||||
|
||||
relayMessage({
|
||||
|
Reference in New Issue
Block a user