mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-16 06:19:55 +00:00
try to move to https
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<form action="http://www.google.ru/cse" id="search-block-form" name="gcse">
|
||||
<form action="https://www.google.ru/cse" id="search-block-form" name="gcse">
|
||||
<input type="hidden" name="cx" value="000833618047197874644:rilf4jpvgyo">
|
||||
<input type="hidden" name="ie" value="UTF-8">
|
||||
{% if page.category == "ru" %}
|
||||
@ -16,4 +16,4 @@
|
||||
<input type="submit" name="sa" value="Search" class="form-submit">
|
||||
</div>
|
||||
{% endif %}
|
||||
</form>
|
||||
</form>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<script type="text/javascript">var switchTo5x=false;</script>
|
||||
<script src="http://w.sharethis.com/button/buttons.js" type="text/javascript"></script>
|
||||
<script src="https://ws.sharethis.com/button/buttons.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">stLight.options({publisher: "70dd9cde-7276-47af-8de7-9c43883daf2b", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
|
||||
|
6
_includes/ssl-redirect.html
Normal file
6
_includes/ssl-redirect.html
Normal file
@ -0,0 +1,6 @@
|
||||
<script type="text/javascript">
|
||||
var host = "arcanis.name";
|
||||
if ((host == window.location.host) && (window.location.protocol != "https:"))
|
||||
window.location.protocol = "https";
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user