tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

tiktok-embed.js (470B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
      4 
      5 /* globals browser, embedHelperLib */
      6 
      7 embedHelperLib.initEmbedShim({
      8  shimId: "TiktokEmbed",
      9  scriptURL: "https://www.tiktok.com/embed.js",
     10  embedLogoURL: "https://smartblock.firefox.etp/tiktok.svg",
     11  embedSelector: ".tiktok-embed",
     12  isTestShim: false,
     13 });