Making WordPress.org

Changeset 12394


Ignore:
Timestamp:
02/13/2023 07:53:51 PM (20 months ago)
Author:
Ipstenu
Message:

Plugin Directory: Add ChatGPT to protected terms

Sadly this is the new hot-topic to make plugins for, by people who are not as familiar with the restrictions with names.
In order to not have to explain the same thing and keep pending plugins, this is going to just stop 'em up front.
I put in a secondary spelling to get ahead on that one.

Fixes #6753

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php

    r12361 r12394  
    507507            'bootstrap-',
    508508            'buddypress-',
     509            'chatgpt-',
     510            'chat-gpt-',
     511            'cloudflare-',
    509512            'contact-form-7-',
    510             'cloudflare-',
    511513            'cpanel-',
    512514            'disqus-',
     
    600602        // Domains from which exceptions would be accepted.
    601603        $trademark_exceptions = array(
    602             'yoast.com'             => array( 'yoast' ),
     604            'adobe.com'             => array( 'adobe' ),
    603605            'automattic.com'        => array( 'akismet', 'akismet-', 'jetpack', 'jetpack-', 'wordpress', 'wp-', 'woo', 'woo-', 'woocommerce', 'woocommerce-' ),
    604606            'facebook.com'          => array( 'facebook', 'instagram', 'oculus', 'whatsapp' ),
     
    607609            'microsoft.com'         => array( 'bing-', 'microsoft-' ),
    608610            'yandex-team.ru'        => array( 'yandex' ),
     611            'yoast.com'             => array( 'yoast' ),
    609612            'opera.com'             => array( 'opera-' ),
    610613            'adobe.com'             => array( 'adobe-' ),
Note: See TracChangeset for help on using the changeset viewer.