Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kawax/visual-mode-in-cloudfront

composerから使えるようにしたのでWP公式のほうはもう更新しない
https://github.com/kawax/visual-mode-in-cloudfront

Last synced: 21 days ago
JSON representation

composerから使えるようにしたのでWP公式のほうはもう更新しない

Awesome Lists containing this project

README

        

# Enable Visual Mode in CloudFront #
**Contributors:** kawax
**Tags:** post,editor,cloudfront
**Requires at least:** 4.7.2
**Requires PHP:** 5.6
**Tested up to:** 5.7.0
**Stable tag:** 1.0.6
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Enable Visual Mode in CloudFront

## Description ##
When using WordPress in CloudFront, Visual mode can not be used.
Because User-Agent is rewritten.

This plugin checks the `CloudFront-Is-Desktop-Viewer` header to use Visual mode.

## Installation ##

1. Install the plugin
2. Activate the plugin

### CloudFront Behavior settings ###

Add `CloudFront-Is-Desktop-Viewer` to Whitelist Headers.

### Install with composer
Recommended for use with composer and Bedrock.

```
composer require revolution/visual-mode-in-cloudfront
```

## Frequently Asked Questions ##

## Screenshots ##

## Changelog ##

### 1.0.0 ###
* first release

## Upgrade Notice ##