Skip to content

Commit

Permalink
feat(entities): add webflow (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Fershad <[email protected]>
  • Loading branch information
fershad and Fershad authored Mar 23, 2022
1 parent 6cc7119 commit 1a5913d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,17 @@ module.exports = [
'instagram.codev.wixapps.net',
],
},
{
name: 'Webflow',
homepage: 'https://webflow.com/',
categories: ['hosting'],
domains: ['*.uploads-ssl.webflow.com', '*.assets-global.website-files.com', '*.assets.website-files.com'],
examples: [
'uploads-ssl.webflow.com',
'assets-global.website-files.com',
'assets.website-files.com',
],
},
{
name: 'Weebly',
homepage: 'https://www.weebly.com/',
Expand Down

0 comments on commit 1a5913d

Please sign in to comment.