Merge "Add some additional domains to the CSP false positive list"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 19 Nov 2018 17:55:30 +0000 (17:55 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 19 Nov 2018 17:55:30 +0000 (17:55 +0000)
1  2 
includes/DefaultSettings.php

@@@ -8923,6 -8923,9 +8923,9 @@@ $wgCSPFalsePositiveUrls = 
        'https://rtb.metrigo.com' => true,
        'https://d5p.de17a.com' => true,
        'https://ad.lkqd.net/vpaid/vpaid.js' => true,
+       'https://ad.lkqd.net/vpaid/vpaid.js?fusion=1.0' => true,
+       'https://t.lkqd.net/t' => true,
+       'chrome-extension' => true,
  ];
  
  /**
@@@ -9031,7 -9034,19 +9034,7 @@@ $wgActorTableSchemaMigrationStage = SCH
   * @since 1.32
   * @var int One of the MIGRATION_* constants
   */
 -$wgChangeTagsSchemaMigrationStage = MIGRATION_WRITE_BOTH;
 -
 -/**
 - * Temporarily flag to use change_tag_def table as backend of change tag statistics.
 - * For example in case of Special:Tags. If set to false, it will use change_tag table.
 - * Before setting it to true set $wgChangeTagsSchemaMigrationStage to MIGRATION_WRITE_BOTH and run
 - * PopulateChangeTagDef maintaince script.
 - * It's redundant when $wgChangeTagsSchemaMigrationStage is set to MIGRATION_NEW
 - *
 - * @since 1.32
 - * @var bool
 - */
 -$wgTagStatisticsNewTable = false;
 +$wgChangeTagsSchemaMigrationStage = MIGRATION_NEW;
  
  /**
   * Flag to enable Partial Blocks. This allows an admin to prevent a user from editing specific pages