really-simple-ssl
Last commit date
assets
1 month ago
core
1 month ago
languages
1 month ago
lets-encrypt
1 month ago
lib
1 month ago
mailer
1 month ago
modal
1 month ago
placeholders
1 month ago
progress
1 month ago
security
1 month ago
settings
1 month ago
testssl
1 month ago
upgrade
1 month ago
.wp-env.json
1 month ago
SECURITY.md
1 month ago
class-admin.php
1 month ago
class-cache.php
1 month ago
class-certificate.php
1 month ago
class-front-end.php
1 month ago
class-installer.php
1 month ago
class-mixed-content-fixer.php
1 month ago
class-multisite.php
1 month ago
class-server.php
1 month ago
class-site-health.php
1 month ago
class-wp-cli.php
1 month ago
compatibility.php
1 month ago
force-deactivate.txt
1 month ago
functions.php
1 month ago
index.php
1 month ago
readme.txt
1 month ago
rector.php
1 month ago
rlrsssl-really-simple-ssl.php
1 month ago
rsssl-auto-loader.php
1 month ago
sbom.json.gz
1 month ago
ssl-test-page.php
1 month ago
system-status.php
1 month ago
uninstall.php
1 month ago
upgrade.php
1 month ago
.wp-env.json
22 lines
| 1 | { |
| 2 | "core": "WordPress/WordPress#6.7", |
| 3 | "phpVersion": "7.4", |
| 4 | "plugins": [ |
| 5 | ".", |
| 6 | "https://downloads.wordpress.org/plugin/query-monitor.zip", |
| 7 | "https://downloads.wordpress.org/plugin/wp-debugging.zip", |
| 8 | "https://downloads.wordpress.org/plugin/email-log.zip" |
| 9 | ], |
| 10 | "port": 8888, |
| 11 | "env": { |
| 12 | "tests": { |
| 13 | "port": 8887 |
| 14 | } |
| 15 | }, |
| 16 | "config": { |
| 17 | "WP_DEBUG": true, |
| 18 | "WP_DEBUG_LOG": true, |
| 19 | "SCRIPT_DEBUG": true, |
| 20 | "WP_PHP_BINARY": "php" |
| 21 | } |
| 22 | } |