Plugin Directory

Changeset 1953430


Ignore:
Timestamp:
10/08/2018 05:34:58 PM (7 years ago)
Author:
infracontentools
Message:

HTTPS on header

Location:
wp-contentools
Files:
1 edited
14 copied

Legend:

Unmodified
Added
Removed
  • wp-contentools/tags/3.0.4/includes/class-contentools-rest.php

    r1953422 r1953430  
    219219        @header( 'Access-Control-Expose-Headers: X-WP-Contentools' );
    220220        @header( 'Access-Control-Allow-Methods: GET, POST' );
    221         @header( 'X-Frame-Options: http://go.contentools.com/');
     221        @header( 'X-Frame-Options: https://go.contentools.com/');
    222222   
    223223    }
  • wp-contentools/trunk/includes/class-contentools-rest.php

    r1953422 r1953430  
    219219        @header( 'Access-Control-Expose-Headers: X-WP-Contentools' );
    220220        @header( 'Access-Control-Allow-Methods: GET, POST' );
    221         @header( 'X-Frame-Options: http://go.contentools.com/');
     221        @header( 'X-Frame-Options: https://go.contentools.com/');
    222222   
    223223    }
Note: See TracChangeset for help on using the changeset viewer.