From e953e011a41211ebc6a3e4465c3c9ad4ba651f24 Mon Sep 17 00:00:00 2001 From: hello-smile6 <73048226+hello-smile6@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:40:00 -0700 Subject: [PATCH] Sign out of Scratch --- static/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.js b/static/index.js index 9022889..7b043b6 100644 --- a/static/index.js +++ b/static/index.js @@ -142,6 +142,7 @@ const LOGOUT_SITES = { Wordpress: ['GET', 'https://wordpress.com/wp-login.php?action=logout'], Yahoo: ['GET', 'https://login.yahoo.com/config/login?.src=fpctx&logout=1&.direct=1&.done=https://www.yahoo.com/'], YouTube: ['POST', 'https://www.youtube.com', { action_logout: '1' }] + Scratch: ['GET', 'https://scratch.mit.edu/abouta'] } /**