rainy miku figure photos + bonus doodle

seen from South Korea

seen from United States

seen from Brazil

seen from South Korea
seen from South Korea

seen from South Korea
seen from United States
seen from United States
seen from United States
seen from China

seen from Iraq
seen from United Kingdom
seen from United States
seen from United States

seen from Sweden
seen from Japan

seen from United States

seen from United States
seen from United States

seen from Russia
rainy miku figure photos + bonus doodle
bunch of art
How to Fix SSL Mixed Content Issues on Your Website
What Is SSL Mixed Content?
SSL mixed content occurs when your site is loaded over a secure HTTPS connection, but other resources on your site (such as images, icons, videos, CSS or JavaScript) are loaded over an insecure HTTP connection at the same time.
This is called mixed content because both HTTP and HTTPS resources are loaded in the same page at the same time, but the initial request was…
View On WordPress
why the crap doesnt tumblr upload avatars as https???
i literally cannot set an avatar because every time i try to it doesnt do it through https!
i’m pulling it from my godforsaken hard drive what’s going on here??? there’s no links for me to switch from http to https!
Mixed Content means that HTTP and HTTPS content are loaded on the same page where the initial request was initiated over secured HTTPS.
How to fix "Mixed content" issue on WordPress Website
修復 https 中Mixed Content 問題二
修復 https 中Mixed Content 問題二
在將網站從 http 轉為安全性較高的 https 過程中, 常見的問題就是一些Mixed Content 問題 之前也曾經提到過關於此Mixed Content問題, 比如底下這樣的錯誤: 今天的範例是由於呼叫了非https的js, 這是用來分享產品到各社群網站的用途, 方便販售的產品推廣到不同的社群達到宣傳的效果, 修復 https 中Mixed Content 問題 方法很簡單, 就是把呼叫的元件也改為https呼叫即可 找到檔案: /app/design/frontend/[theme package]/default/template/catalog/product/view/addto.phtml 有時候隨著主題(theme package)的不同, 可能位置在 /app/design/frontend/[theme…
View On WordPress
Finding and fixing mixed content is an important task, but it can be time-consuming. This guide discusses some tools that are available to help with the process.
修復 https 中Mixed Content 問題
修復 https 中Mixed Content 問題
前陣子提到安裝SSL憑證將網站改為https, 有的時候, 雖然改為https, 但網站載入瀏覽器時,會出現 Mixed Content 問題, 這時就需要按下F12, 找出到底是哪個環節出了問題, 把呼叫http的檔案找出來改正就能 修復 https 中Mixed Content 問題 在這個範例中, 網站載入字型時, 使用的url為http, 由於網站套用的主題呼叫了不安全網址的字型 所以出現混合內容的問題,( 也就是 Mixed Content 問題 ) 到 Magento安裝目錄底下路徑 app\design\frontend\accessshop\default\template\page\html 找到 將其url改為https開頭即可修復 https 中Mixed Content 問題 問題很簡單, 難在要找出這個檔案需要花一點時間.
View On WordPress