From b78daaf2e025e6517d52a8454bab479181f0cd62 Mon Sep 17 00:00:00 2001 From: Jacob K Date: Tue, 13 Sep 2022 19:31:20 -0500 Subject: [Box] Add "https://***.app.box.com/v/*" URL pattern --- src/app-box-com-fix/index.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app-box-com-fix/index.json b/src/app-box-com-fix/index.json index 8d05b6a..112afbb 100644 --- a/src/app-box-com-fix/index.json +++ b/src/app-box-com-fix/index.json @@ -33,8 +33,13 @@ // * https://app.box.com/s/nnlplkmjhimau404qohh9my10pwmo8es // * https://ucla.app.box.com/s/mv32q624ojihohzh8d0mhhj0b3xluzbz // * https://app.box.com/s/6qktxunhz5sjkheg1a8iihvu4mofpdue + // * https://utexas.app.box.com/v/sust-open-scholarship-report + // * https://app.box.com/s/5fb14p1yyjhak97rgbmksy81a2f5nehn (folder!) "https://***.app.box.com/s/*": { "identifier": "app-box-com-fix" + }, + "https://***.app.box.com/v/*": { + "identifier": "app-box-com-fix" } } }, { -- cgit v1.2.3