Making WordPress.org


Ignore:
Timestamp:
10/09/2017 05:36:45 PM (8 years ago)
Author:
coffee2code
Message:

Browse Happy API: Add support for Pale Moon.

See https://github.com/WordPress/browsehappy/issues/42

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/tests/phpunit/tests/browse-happy.php

    r6011 r6012  
    473473            ],
    474474
     475            // Pale Moon
     476
     477            [
     478                'Mozilla/5.0 (X11; Linux x86_64; rv:2.1) Gecko/20100101 Goanna/20160701 PaleMoon/26.3.3',
     479                'Linux Pale Moon 26.3.3',
     480            ],
     481            [
     482                'Mozilla/5.0 (X11; Linux x86_64; rv:38.9) Gecko/20100101 Goanna/2.2 Firefox/38.9 PaleMoon/26.5.0',
     483                'Linux Pale Moon 26.5.0',
     484            ],
     485            [
     486                'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:38.9) Gecko/20100101 Goanna/2.1 Firefox/38.9 PaleMoon/26.3.3',
     487                'Windows Pale Moon 26.3.3',
     488            ],
     489            [
     490                'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.9) Gecko/20100101 Goanna/3.2 Firefox/45.9 PaleMoon/27.3.0',
     491                'Windows Pale Moon 27.3.0',
     492            ],
     493
    475494            // QQ Browser
    476495
Note: See TracChangeset for help on using the changeset viewer.