Ticket #6753: chatgpt.diff
File chatgpt.diff, 1.5 KB (added by , 20 months ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
506 506 'booking-com', 507 507 'bootstrap-', 508 508 'buddypress-', 509 'chatgpt-', 510 'chat-gpt-', 511 'cloudflare-', 509 512 'contact-form-7-', 510 'cloudflare-',511 513 'cpanel-', 512 514 'disqus-', 513 515 'divi-', … … 599 601 600 602 // Domains from which exceptions would be accepted. 601 603 $trademark_exceptions = array( 602 ' yoast.com' => array( 'yoast' ),604 'adobe.com' => array( 'adobe' ), 603 605 'automattic.com' => array( 'akismet', 'akismet-', 'jetpack', 'jetpack-', 'wordpress', 'wp-', 'woo', 'woo-', 'woocommerce', 'woocommerce-' ), 604 606 'facebook.com' => array( 'facebook', 'instagram', 'oculus', 'whatsapp' ), 605 607 'support.microsoft.com' => array( 'bing-', 'microsoft-' ), … … 606 608 'trustpilot.com' => array( 'trustpilot' ), 607 609 'microsoft.com' => array( 'bing-', 'microsoft-' ), 608 610 'yandex-team.ru' => array( 'yandex' ), 611 'yoast.com' => array( 'yoast' ), 609 612 'opera.com' => array( 'opera-' ), 610 613 'adobe.com' => array( 'adobe-' ), 611 614 );