-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 828 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ForceSSL",
"description": "Automatically redirect all http requests to https. For security reasons it is recommended to always use Matomo Analytics over https (SSL).",
"version": "5.0.1",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "InnoCraft",
"email": "contact@innocraft.com",
"homepage": "https://www.innocraft.com"
}
],
"support": {
"issues": "https://github.com/innocraft/plugin-ForceSSL/issues",
"source": "https://github.com/innocraft/plugin-ForceSSL"
},
"homepage": "https://www.innocraft.com",
"license": "GPL v3+",
"keywords": ["ssl", "certificate", "https", "analytics", "secure", "security", "privacy"],
"category": "security"
}