mirror of https://gitlab.com/curben/blog
fix: use single-quote in title
This commit is contained in:
parent
c48a788005
commit
7a04126c01
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
title: How to solve "Cannot login to AliExpress on Firefox"
|
title: How to solve 'Cannot login to AliExpress on Firefox'
|
||||||
date: 2019-02-28 00:00:00
|
date: 2019-02-28 00:00:00
|
||||||
tags:
|
tags:
|
||||||
- firefox
|
- firefox
|
||||||
---
|
---
|
||||||
|
|
||||||
AliExpress login doesn't shown up on Firefox. This is due to X-Frame-Options restriction. Here's how to whitelist it.
|
AliExpress login doesn't show up on Firefox. This is due to X-Frame-Options restriction. Here's how to whitelist it.
|
||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue