Skip to content

Commit eda6a5b

Browse files
fix(entities): split Slideshare from LinkedIn
Slideshare was acquired from LinkedIn by Scribd in September 2020. Moving slideshare.com and slidesharecdn.com out of the LinkedIn entity (where they were added in 2019 commit 86a98e9 while still LinkedIn- owned) into a new Slideshare entity.
1 parent 00b6874 commit eda6a5b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

data/entities.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,13 +1279,14 @@ module.exports = [
12791279
name: 'LinkedIn',
12801280
homepage: 'https://www.linkedin.com/',
12811281
category: 'social',
1282-
domains: [
1283-
'*.bizographics.com',
1284-
'platform.linkedin.com',
1285-
'*.slideshare.com',
1286-
'*.slidesharecdn.com',
1287-
'*.oribi.io',
1288-
],
1282+
domains: ['*.bizographics.com', 'platform.linkedin.com', '*.oribi.io'],
1283+
},
1284+
{
1285+
name: 'Slideshare',
1286+
homepage: 'https://www.slideshare.net/',
1287+
category: 'content',
1288+
domains: ['*.slideshare.com', '*.slideshare.net', '*.slidesharecdn.com'],
1289+
examples: ['public.slidesharecdn.com', 'image.slidesharecdn.com', 'www.slideshare.net'],
12891290
},
12901291
{
12911292
name: 'LinkedIn Ads',

0 commit comments

Comments
 (0)