Bug 1581664 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

For example, I created the following `policies.json` text file to allow Flash on my favorite Flash site (zombo.com):

```
{
  "policies": {
    "FlashPlugin": {
      "Allow": [
        "http://www.zombo.com/"
      ]
    }
  }
}
```

I saved that file to my Firefox directory: `C:\Program Files\Mozilla Firefox\distribution\policies.json`. I launched Firefox, opened zombo.com, and confirmed that Flash ran automatically. 😀
For example, I created the following `policies.json` text file to allow Flash on my favorite Flash site (zombo.com):

```
{
  "policies": {
    "FlashPlugin": {
      "Allow": [
        "http://www.zombo.com/"
      ]
    }
  }
}
```

I saved that file to my Firefox directory: `C:\Program Files\Mozilla Firefox\distribution\policies.json`. I launched Firefox, opened zombo.com, and confirmed that Flash ran automatically. 😀

Note that to create the new "distribution" sub-directory and `policies.json` file might require Administrator permission because the Mozilla Firefox directory is normally protected to prevent random third-party programs from messing with Firefox's files. You can create the new sub-directory and copy the `policies.json` file using Windows Explorer and it should prompt you for Administrator permission when needed.

Back to Bug 1581664 Comment 5