From 7bc0ef25df86a81f605a7a05fb35f4aa0373d444 Mon Sep 17 00:00:00 2001 From: curben Date: Mon, 22 Apr 2019 14:23:01 +0930 Subject: [PATCH] fix: escape symbol typo --- source/_posts/aliexpress-no-login-firefox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/aliexpress-no-login-firefox.md b/source/_posts/aliexpress-no-login-firefox.md index 9dcec6b..cc3518b 100644 --- a/source/_posts/aliexpress-no-login-firefox.md +++ b/source/_posts/aliexpress-no-login-firefox.md @@ -14,7 +14,7 @@ When you try to login to AliExpress on Firefox, the login box is just blank. {% cloudinary 20190228/no-login.png %} -When I inspected the element (right click on the blank login and select ``Inspect Element`), the login box is an iframe of `https://passport.aliexpress.com`. From the Web Console (`Ctrl + Shift + K`), the following error message suggested it's caused by [X-Frame-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options). +When I inspected the element (right click on the blank login and select `Inspect Element`), the login box is an iframe of `https://passport.aliexpress.com`. From the Web Console (`Ctrl + Shift + K`), the following error message suggested it's caused by [X-Frame-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options). {% cloudinary 20190228/iframe.png %}