// Universal confirmation message for all protection modules export const CONFIRM_MESSAGE = "🛡 Please confirm:"; // Protection state (session-scoped, resets on reload/new session) export const state = { protectionEnabled: true, notificationEnabled: true, };