Add Brightspot detection (#2427)

* Add Brightspot detection

* Update Brightpot header detection
main
Ryan Anderson 6 years ago committed by Elbert Alias
parent 4bee3d3e62
commit 8b9f201efc

@ -1331,6 +1331,15 @@
},
"website": "https://www.braintreepayments.com"
},
"Brightspot": {
"cats": [
1
],
"headers": { "X-Powered-By": "^Brightspot$" },
"icon": "Brightspot.svg",
"implies": "Java",
"website": "https://www.brightspot.com"
},
"BrowserCMS": {
"cats": [
1

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="39px" height="40px" viewBox="0 0 39 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Brightspot-Logo" transform="translate(-239.000000, -2.000000)" fill="#EE2C42" fill-rule="nonzero">
<path d="M258.7,8.3 C266.3,8.3 272.5,14.5 272.5,22.1 C272.5,29.7 266.3,35.9 258.7,35.9 C251.1,35.9 244.9,29.7 244.9,22.1 C244.9,14.5 251.1,8.3 258.7,8.3 Z M258.7,2.8 C248,2.8 239.4,11.4 239.4,22.1 C239.4,32.8 248,41.4 258.7,41.4 C269.4,41.4 278,32.8 278,22.1 C278,11.5 269.4,2.8 258.7,2.8 Z" id="Shape"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 732 B