Merge pull request #5059 from nurbek91/wordfence

Add Wordfence, Wordfence Login Security / WP plugin , security
main
Elbert Alias 3 years ago committed by GitHub
commit 6335325acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,10 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.056 22.4V28.48H29.824H30.016H30.464H30.848C31.104 27.648 31.36 26.752 31.488 25.92C31.744 25.088 31.872 24.384 31.936 23.872V23.808C31.616 23.488 30.592 22.976 29.056 22.4Z" fill="#218DC1"/>
<path d="M23.0809 20.736V28.416H23.8489H25.2569H26.0249H27.3049V21.888C26.0889 21.504 24.6809 21.12 23.0809 20.736Z" fill="#218DC1"/>
<path d="M21.801 28.416V20.48C20.329 20.224 18.793 20.032 17.129 19.904C17.129 19.904 17.257 20.8 17.257 20.928C17.513 22.912 18.025 25.984 18.601 28.416H21.225H21.801Z" fill="#218DC1"/>
<path d="M13.4809 28.416C13.9929 25.984 14.5689 22.912 14.8249 20.928C14.8249 20.8 14.9529 19.968 14.9529 19.904C13.2249 20.032 11.6889 20.224 10.2809 20.48V28.416H10.8569H13.4809C13.5449 28.416 13.5449 28.416 13.4809 28.416C13.5449 28.416 13.5449 28.416 13.4809 28.416Z" fill="#218DC1"/>
<path d="M4.77692 21.888V28.416H6.05692H6.82491H8.23291H9.00091V20.736C7.33691 21.12 5.92892 21.504 4.77692 21.888Z" fill="#218DC1"/>
<path d="M16.041 8.256L17.705 11.904V11.968H17.129C17.129 12.032 17.129 12.096 17.129 12.16C17.129 12.352 17.065 12.48 17.001 12.672C16.937 12.736 16.937 12.8 16.873 12.864C16.873 12.864 16.809 13.632 16.809 15.104C16.809 16 16.873 17.28 16.937 18.688C18.665 18.816 20.265 19.008 21.737 19.264V13.12H21.289L22.377 10.688L23.465 13.12H23.017V19.52C24.617 19.84 25.961 20.224 27.177 20.608V15.232H26.729L27.817 12.8L28.905 15.232H28.457V21.056C29.865 21.568 30.953 22.08 31.593 22.4C32.553 14.656 30.825 7.936 30.825 7.936C23.017 7.68 16.041 3.456 16.041 3.456V8.256Z" fill="#218DC1"/>
<path d="M3.49695 20.992V15.168H3.04895L4.13695 12.736L5.22495 15.168H4.77695V20.544C5.99295 20.16 7.40095 19.776 8.93695 19.456V13.056H8.48895L9.57695 10.624L10.665 13.056H10.217V19.2C11.689 18.944 13.289 18.752 15.017 18.624C15.145 17.216 15.145 15.872 15.145 15.04C15.145 13.568 15.081 12.8 15.081 12.8C15.017 12.736 15.017 12.672 14.953 12.608C14.889 12.48 14.825 12.288 14.825 12.096C14.825 12.032 14.825 11.968 14.825 11.904H14.249V11.84L16.041 8.256V3.456C16.041 3.456 9.06495 7.616 1.19295 7.872C1.19295 7.872 -0.471049 14.592 0.360951 22.336C1.00095 22.016 2.08895 21.568 3.49695 20.992Z" fill="#218DC1"/>
<path d="M0.488953 23.744V23.808C0.552953 24.32 0.744953 25.024 0.936953 25.856C1.12895 26.688 1.32095 27.584 1.57695 28.416H1.96095H2.60095H3.36895V22.336C1.96095 22.976 0.936953 23.488 0.488953 23.744Z" fill="#218DC1"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -1035,6 +1035,41 @@
"scriptSrc": "assets-cdn\\.woowup\\.com/", "scriptSrc": "assets-cdn\\.woowup\\.com/",
"website": "https://www.woowup.com" "website": "https://www.woowup.com"
}, },
"Wordfence": {
"cats": [
87,
16
],
"description": "Wordfence is a security plugin for sites that use WordPress. Wordfence includes an endpoint firewall and malware scanner.",
"icon": "Wordfence.svg",
"js": {
"wordfenceAJAXWatcher": ""
},
"pricing": [
"freemium",
"low",
"recurring"
],
"requires": "WordPress",
"scriptSrc": "/wp-content/plugins/wordfence/.+admin\\.ajaxWatcher\\.\\d+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
"website": "https://www.wordfence.com"
},
"Wordfence Login Security": {
"cats": [
87,
16
],
"description": "Wordfence Login Security contains a subset of the functionality found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA.",
"icon": "Wordfence.svg",
"pricing": [
"freemium",
"low",
"recurring"
],
"requires": "WordPress",
"scriptSrc": "/wp-content/plugins/wordfence/.+login\\.\\d+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
"website": "https://www.wordfence.com"
},
"WordPress": { "WordPress": {
"cats": [ "cats": [
1, 1,

Loading…
Cancel
Save