Making WordPress.org

Ticket #6753: chatgpt.diff

File chatgpt.diff, 1.5 KB (added by Ipstenu, 20 months ago)
  • trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php

     
    506506                        'booking-com',
    507507                        'bootstrap-',
    508508                        'buddypress-',
     509                        'chatgpt-',
     510                        'chat-gpt-',
     511                        'cloudflare-',
    509512                        'contact-form-7-',
    510                         'cloudflare-',
    511513                        'cpanel-',
    512514                        'disqus-',
    513515                        'divi-',
     
    599601
    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' ),
    605607                        'support.microsoft.com' => array( 'bing-', 'microsoft-' ),
     
    606608                        'trustpilot.com'        => array( 'trustpilot' ),
    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-' ),
    611614                );