-
Notifications
You must be signed in to change notification settings - Fork 1
Move to HTTPS? #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If HTTPS is fully enabled on all possible variations of newspaper dot com, https:// can probably be hardcoded in place of http:// references. If not not or that status isn't known in all cases, using just // should carry over the default transport mechanism. e.g.,
$GLOBALS['ghDomain'] = "http://{$GLOBALS['ghSite']}";
can probably get replaced with
$GLOBALS['ghDomain'] = "//{$GLOBALS['ghSite']}";
All references to our stuff are in header.php and inc/child_widgets.php.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request