media/js/base/consent/allow-list.es6.js (10 lines of code) (raw):
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
const MozAllowList = [
'/firefox/built-for-you/',
'/firefox/challenge-the-default/',
'/firefox/landing/education/',
'/firefox/landing/gaming/',
'/firefox/landing/tech/',
'/newsletter/firefox/',
'/products/vpn/*'
];
export default MozAllowList;