Skip to content

Commit

Permalink
Merge pull request #73 from julsi9/master
Browse files Browse the repository at this point in the history
Added detection for Bitrix
  • Loading branch information
Tuhinshubhra authored Jun 13, 2019
2 parents be3b88f + 1f5d195 commit 2fa7b7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions cmseekdb/cmss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,4 +1115,11 @@
'url':'https://spreecommerce.org/',
'vd':'0',
'deeps':'0'
}

bitrix = {
'name':'Bitrix',
'url':'https://www.1c-bitrix.ru',
'vd':'0',
'deeps':'0'
}
3 changes: 2 additions & 1 deletion cmseekdb/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def check(h):
'X-Shopify-Stage||set-cookie: _shopify||Set-Cookie: secure_customer_sig:-shopify',
'SRV_ID=shoptet:-shoptet',
'Set-Cookie: _SOLUSQUARE:-solusquare',
'Set-Cookie: _spree_store_session:-spree'
'Set-Cookie: _spree_store_session:-spree',
'X-Powered-CMS: Bitrix Site Manager:-bitrix'
]
for keyl in hkeys:
if ':-' in keyl:
Expand Down

0 comments on commit 2fa7b7d

Please sign in to comment.