| @@ -92,9 +92,9 @@ | ||
| 92 | 92 | <p class="fs-installation-notice"><?php echo sprintf( |
| 93 | 93 | fs_esc_html_inline( 'An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.', 'installing-in-n', $slug ), |
| 94 | 94 | $plugin_title, |
| 95 | 95 | sprintf( |
| 96 | - '<a href="%s" target="_blank">%s</a>', | |
| 96 | + '<a href="%s" target="_blank" rel="noopener">%s</a>', | |
| 97 | 97 | 'https://freemius.com', |
| 98 | 98 | 'freemius.com' |
| 99 | 99 | ), |
| 100 | 100 | $countdown_html |
| @@ -163,9 +163,9 @@ | ||
| 163 | 163 | data.private_key = $('#private_key').val(); |
| 164 | 164 | } |
| 165 | 165 | |
| 166 | 166 | $.ajax({ |
| 167 | - url : ajaxurl, | |
| 167 | + url : <?php echo Freemius::ajax_url() ?>, | |
| 168 | 168 | method : 'POST', |
| 169 | 169 | data : data, |
| 170 | 170 | success: function (resultObj) { |
| 171 | 171 | var reloadAccount = false; |