Skip to content

Commit

Permalink
Merge pull request #88 from Ostorlab/feature/add-fingerprint-projectsend
Browse files Browse the repository at this point in the history
Add fingerprint for ProjectSend
3asm authored Nov 27, 2024

Verified

This commit was signed with the committer’s verified signature.
addaleax Anna Henningsen
2 parents 5e25034 + 10924b9 commit 03b3917
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/projectsend.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "ProjectSend"
authors [
"Ostorlab",
]
version "0.1"
description "ProjectSend is a free, open-source file sharing platform for organizations and teams."
website "https://www.projectsend.org/"

matches [
{
:search => "body",
:regexp => /<div id="footer">\s*Provided by <a href="https:\/\/www\.projectsend\.org\/" target="_blank">ProjectSend<\/a>.*?<\/div>/,
:name => "ProjectSend footer Tag"
},
]
end

0 comments on commit 03b3917

Please sign in to comment.