Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Add rules for compatibility with other add-ons #243

Open
SCmkQrK1NhwcWoPJF3FImaqHnG2PqPLWBt2GtSU opened this issue Nov 1, 2017 · 1 comment

Comments

@SCmkQrK1NhwcWoPJF3FImaqHnG2PqPLWBt2GtSU
Copy link

# Mozilla extensions
rules:
  unknown -> unknown:
    [scheme] moz-extension -> moz-extension:
      -> $&: ACCEPT
# AutoPager
  web -> internal:
    [scheme] (http|https) -> chrome:
      [host] * -> autopagerimg:
        [contentType] IMAGE: ACCEPT
# Multi-Account Containers
  web -> unknown:
    [scheme] (http|https) -> moz-extension:
      [host] * -> "hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh":
        [contentType] IMAGE: ACCEPT
# images
  file -> internal:
    [scheme] file -> chrome:
      [host] "" -> global:
        [contentType] IMAGE: ACCEPT
  web -> internal:
    [scheme] (http|https|ftp|ftps) -> chrome:
      [host] * -> global:
        [contentType] IMAGE: ACCEPT
# AdBlock, uBlock₀, Greasemonkey, etc.
  unknown -> file:
    [scheme] moz-extension -> file:
      [host] "hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh" -> "":
        [contentType] XMLHTTPREQUEST: ACCEPT
  unknown -> web:
    [scheme] moz-extension -> (http|https):
      [host] "hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh" -> *:
        [contentType] XMLHTTPREQUEST: ACCEPT

where hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh is GUID of extension.

@SCmkQrK1NhwcWoPJF3FImaqHnG2PqPLWBt2GtSU

You can still publish the update for the old version of the browser (version 56, for example) to addons.mozilla.org: for example, recently released Cookies Exterminator version 2.9.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant