Making WordPress.org

Changeset 10633


Ignore:
Timestamp:
01/29/2021 12:19:19 AM (6 years ago)
Author:
Ipstenu
Message:

Plugin Directory: Trademarks

Adding in some more things to block based on use and trademarks.

Don't want to break large plugins, or small ones, if we can.

Fixes #5591

File:
1 edited

Legend:

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

    r10556 r10633  
    414414                        'site-kit-by-google',
    415415                        'yoast-seo',
     416                        'wp-media-folder',
     417                        'wp-file-download',
     418                        'wp-table-manager',
    416419                );
    417420
     
    477480                        'woo-commerce',
    478481                        'woo-',
     482                        'wo-',
    479483                        'wordpress',
     484                        'wpress',
     485                        'wp-',
    480486                        'wp-mail-smtp-',
    481487                        'yahoo-',
     
    487493                $trademark_exceptions = array(
    488494                        'yoast.com'             => array( 'yoast' ),
    489                         'automattic.com'        => array( 'akismet', 'akismet-', 'jetpack', 'jetpack-', 'wordpress', 'woo', 'woo-', 'woocommerce', 'woocommerce-' ),
     495                        'automattic.com'        => array( 'akismet', 'akismet-', 'jetpack', 'jetpack-', 'wordpress', 'wp-', 'woo', 'woo-', 'woocommerce', 'woocommerce-' ),
    490496                        'facebook.com'          => array( 'facebook', 'instagram', 'oculus', 'whatsapp' ),
    491497                        'support.microsoft.com' => array( 'bing-', 'microsoft-' ),
Note: See TracChangeset for help on using the changeset viewer.