Skip to content

Commit

Permalink
Merge pull request #967 from dragynfruit/master
Browse files Browse the repository at this point in the history
Fix: Add pastebin to pasted redirect
  • Loading branch information
ManeraKai authored Aug 14, 2024
2 parents 0eb4bba + ac964e3 commit 39d4282
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/images/pastebin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,28 @@
"imageType": "svgMono",
"url": "https://web.archive.org"
},
"pastebin": {
"frontends": {
"pasted": {
"name": "Pasted",
"instanceList": true,
"url": "https://github.com/Dragynfruit/pasted"
}
},
"targets": [
"^https?:\\/{2}pastebin\\.com\\/"
],
"name": "Pastebin",
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "pasted",
"instance": "public"
},
"imageType": "svg",
"embeddable": true,
"url": "https://pastebin.com"
},
"search": {
"frontends": {
"searxng": {
Expand Down

0 comments on commit 39d4282

Please sign in to comment.