DOC-868: Added note re for troubleshooting missing referer (#2066)
* DOC-868: Added note re for troubleshooting missing referer
Also updated the nixpin and tweaked some bash scripts to allow them to run
in nix.
* Update cloud-deployment-guide/editor-and-features.md
Co-authored-by: Tyler Kelly <tyler.kelly@tiny.cloud>
Co-authored-by: Tyler Kelly <tyler.kelly@tiny.cloud>
@ -31,6 +31,12 @@ The following example adds a script tag into the application that inserts the co

<aclass="anchor"id="referer-troubleshooting"></a>
> **Important**: {{site.cloudname}} verifies the domain {{site.productname}} is loading from by checking the **Referer** header in the network request. Sometimes the domains in the **Referer** header does not match with the URL in the browser's address bar.
>
> To check the **Referer** header, open your browser's _Developer's Tools_ and open the _Network_ tab. From there, find the request being made to load {{site.productname}} with your API key, and click on the **Headers** tab. In the section called **Request Headers** there should be a field for **Referer**. If the value there is different from one of your registered URLs, you may need to adjust either your registered URLs, or your application's **Refer** header settings.
### Step 2: Load, customize and interact with TinyMCE
There are more than 40 open source plugins that enhance the editing experience in addition to the advanced content create solutions on {{site.cloudname}}. A range of [simple examples]({{ site.baseurl }}/demo/basic-example/) are available. Refer to the [Quick start]({{ site.baseurl }}/quick-start) section for more information.