-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Default links are created upon install: they should point to their HTTPS URL instead of HTTP (ie https://yourls.org/ et al)
YOURLS/includes/functions-install.php
Lines 308 to 310 in d5f373f
| $link1 = yourls_add_new_link( 'http://blog.yourls.org/', 'yourlsblog', 'YOURLS\' Blog' ); | |
| $link2 = yourls_add_new_link( 'http://yourls.org/', 'yourls', 'YOURLS: Your Own URL Shortener' ); | |
| $link3 = yourls_add_new_link( 'http://ozh.org/', 'ozh', 'ozh.org' ); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers