tor-browser

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

embed-test-shim.js (579B)


      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: "EmbedTestShim",
      9  scriptURL:
     10    "https://itisatracker.org/browser/browser/extensions/webcompat/tests/browser/embed_test.js",
     11  embedLogoURL: "https://smartblock.firefox.etp/instagram.svg", // Use Instagram logo as test shim
     12  embedSelector: ".broken-embed-content",
     13  isTestShim: true,
     14 });