Skip to content

Commit

Permalink
feat: add Selligent origins (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeman authored Dec 2, 2021
1 parent 1a7a846 commit 281e09b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,7 @@ module.exports = [
'*.s-msft.com',
'*.s-msn.com',
'*.msads.net',
'*.msecnd.net',
'*.windows.net',
'*.msecnd.net'
],
examples: ['bat.bing.com', 'c.bing.com', 'bat.r.msn.com', 'ajax.microsoft.com'],
},
Expand Down Expand Up @@ -2615,7 +2614,7 @@ module.exports = [
name: 'Azure Web Services',
company: 'Microsoft',
categories: ['cdn'],
domains: ['*.azurewebsites.net', '*.azureedge.net', '*.msedge.net'],
domains: ['*.azurewebsites.net', '*.azureedge.net', '*.msedge.net', '*.windows.net'],
},
{
name: 'BAM',
Expand Down Expand Up @@ -8294,7 +8293,7 @@ module.exports = [
{
name: 'Selligent',
categories: ['ad'],
domains: ['*.emsecure.net'],
domains: ['*.emsecure.net', '*.slgnt.eu', 'targetemsecure.blob.core.windows.net'],
},
{
name: 'Sellpoints',
Expand Down

0 comments on commit 281e09b

Please sign in to comment.