diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-15 09:24:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 09:24:03 -0700 |
commit | a79dcd3d3890b2b705cb1e687cf0f31e109fbf74 (patch) | |
tree | eb4389185ec18afa12db5154d134f9b0004ba5e1 /package.json | |
parent | a6634ec45d24889d07ed8243b2c7cdc98ac6a115 (diff) | |
download | voidsky-a79dcd3d3890b2b705cb1e687cf0f31e109fbf74.tar.zst |
Fix: sanitize URLs before placing them on the page (#488)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index f6a71f76c..1e1a3442e 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "dependencies": { "@atproto/api": "0.2.7", "@bam.tech/react-native-image-resizer": "^3.0.4", + "@braintree/sanitize-url": "^6.0.2", "@expo/webpack-config": "^18.0.1", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-regular-svg-icons": "^6.1.1", |