Skip to content

Move to HTTPS? #2

@stucka

Description

@stucka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions