forked from electron/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: require ssl links for new apps (electron#1122)
* add grandfathered list of apps with non-ssl links * add test to ensure app links use ssl * document the requirement that links must use ssl * remove unneeded linter pragma * chore: switch links from http to https if possible Switch made by https://gist.github.com/ckerr/41f8e7c8add833074c8142ed4858da99
- Loading branch information
Showing
125 changed files
with
357 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
name: Abricotine | ||
description: 'Open-source Markdown editor built for desktop' | ||
website: 'http://abricotine.brrd.fr' | ||
website: 'https://abricotine.brrd.fr/' | ||
repository: 'https://github.com/brrd/Abricotine' | ||
category: Productivity | ||
screenshots: | ||
- | ||
imageUrl: 'https://raw.githubusercontent.com/brrd/Abricotine/develop/screenshot.jpg' | ||
- {imageUrl: 'https://raw.githubusercontent.com/brrd/Abricotine/develop/screenshot.jpg'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Aipo.com | ||
description: 'Communication tool to optimize the connection between people' | ||
website: 'http://www.aipo.com' | ||
website: 'https://www.aipo.com/' | ||
locales: | ||
- ja | ||
category: Business |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name: Argo | ||
description: 'An open source trading platform' | ||
website: 'http://argo.js.org' | ||
website: 'https://argo.js.org/' | ||
repository: 'https://github.com/albertosantini/argo' | ||
keywords: | ||
- trading | ||
category: Finance | ||
screenshots: | ||
- | ||
imageUrl: 'https://camo.githubusercontent.com/75cb6bc29849328411ff5ff9937523188b5fca6b/68747470733a2f2f6e6f6465692e636f2f6e706d2d646c2f6172676f2d74726164696e672e706e67' | ||
- {imageUrl: 'https://camo.githubusercontent.com/75cb6bc29849328411ff5ff9937523188b5fca6b/68747470733a2f2f6e6f6465692e636f2f6e706d2d646c2f6172676f2d74726164696e672e706e67'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Avocode | ||
description: 'One workspace open to all designers and developers' | ||
website: 'http://avocode.com' | ||
website: 'https://avocode.com/' | ||
keywords: | ||
- 'developer tools' | ||
category: 'Developer Tools' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: Blockbench | ||
description: 'A modern 3D model editor for cube-based models' | ||
website: 'http://blockbench.net' | ||
repository: 'https://github.com/JannisX11/blockbench' | ||
keywords: | ||
- modeling | ||
- minecraft | ||
license: MIT | ||
category: 'Graphics & Design' | ||
goodColorOnWhite: '#282c34' | ||
goodColorOnBlack: '#3e90ff' | ||
name: Blockbench | ||
description: 'A modern 3D model editor for cube-based models' | ||
website: 'https://blockbench.net/' | ||
repository: 'https://github.com/JannisX11/blockbench' | ||
keywords: | ||
- modeling | ||
- minecraft | ||
license: MIT | ||
category: 'Graphics & Design' | ||
goodColorOnWhite: '#282c34' | ||
goodColorOnBlack: '#3e90ff' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ keywords: | |
- coding | ||
- games | ||
category: Games | ||
disabled: true # website domain is no longer registered | ||
disabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Deepnest | ||
description: 'Automatic vector nesting for laser cutters' | ||
website: 'http://deepnest.io' | ||
website: 'https://deepnest.io/' | ||
category: 'Graphics & Design' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Discord | ||
description: 'All-in-one voice, text and video chat for gamers' | ||
website: 'http://discordapp.com' | ||
website: 'https://discordapp.com/' | ||
keywords: | ||
- chat | ||
category: 'Social Networking' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: Dotgrid | ||
description: 'A simple vector illustration tool, that works by adding control points and drawing different line-types between them.' | ||
website: 'http://hundredrabbits.itch.io/dotgrid' | ||
repository: 'http://hundredrabbits.itch.io/dotgrid' | ||
website: 'https://hundredrabbits.itch.io/dotgrid' | ||
repository: 'https://hundredrabbits.itch.io/dotgrid' | ||
screenshots: | ||
- imageUrl: 'https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' | ||
- {imageUrl: 'https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg'} | ||
keywords: | ||
- illustration | ||
- design | ||
- vector | ||
category: Graphics & Design | ||
category: 'Graphics & Design' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: DupFinder | ||
description: 'Duplicate file finder and cleaner' | ||
website: 'http://www.dupfinder.com' | ||
category: 'Utilities' | ||
category: Utilities |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.