really really basic domain whitelisting

This commit is contained in:
Jorrin
2024-01-09 21:35:03 +01:00
parent d4960130e5
commit 77e3c2115b
7 changed files with 102 additions and 8 deletions

View File

@@ -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({