-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update default links to HTTPS #3228
Copy link
Copy link
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