Merge pull request #2822 from overleaf/spd-oio-moreurls-redux

Allow opening of data URLs and snip arrays in Open-in-Overleaf

GitOrigin-RevId: bf51b1f9e2ef42889825d43303cfb6074fd569a6
This commit is contained in:
Jessica Lawshe 2020-05-12 09:23:47 -05:00 committed by Copybot
parent a0c9b12204
commit 3778c47aec
2 changed files with 182 additions and 174 deletions

File diff suppressed because it is too large Load diff

View file

@ -95,6 +95,7 @@
"oauth2-server": "^3.0.1",
"otplib": "^12.0.1",
"p-limit": "^2.3.0",
"parse-data-url": "^2.0.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
@ -120,6 +121,7 @@
"url-parse": "^1.4.7",
"utf-8-validate": "^5.0.2",
"uuid": "^3.0.1",
"valid-data-url": "^2.0.0",
"valid-url": "^1.0.9",
"xml2js": "^0.4.22",
"xregexp": "^4.3.0",