
firewall от Jirka Justra
[č]Allows website requests filtering and header alteration --- icon from: Martz90 http://martz90.deviantart.com/art/Hex-Icons-Pack-389706981
За да използвате това разширение, ще ви е необходим Firefox
Метаданни за разширението
Снимки на екрана

Относно разширението
[manual]
Requested resources have origin url (site's address) and target url.
Default origin is set to .* (all sites).
Please note, that there cannot be used semicolon in text tokens, because it works like line breaker
and asterisk as first character of word (it translate variable name to its value).
When this is needed, please use base64 version of value and b64d (base 64 decode) function
in program (see example).
- request blocking -
Firewall works by testing currently loading site's url (origin) against url-reg-exp
given in command origin. If it matches, then ALL rules of given set will be tested
one by one. Every rule can decide if target is allowed or blocked. At the end,
final result of those iterations is used.
- header alteration -
Header alteration rules are evaluated immediately.
/commands:
origin url-reg-exp - create new rule set for given url (regular expression form)
disable - disable current rule set
block url-reg-exp - add blocking rule for target url (blacklist)
allow url-reg-exp - whitelist all that matches
requestHeader Header-Name [value] - alter request header value for current origin
responseHeader Header-Name [value] - alter response header value for current origin
(if value is omitted, header is discarded)
/example:
# discard all X-Frame-Options headers on all loaded sites
responseHeader X-Frame-Options
# block [anything].google(-analytics, etc.) on steam
origin steampowered
block \.google
# semicolon usage
origin mozilla\.org
block \.png; block \.svg; block \.css
# using previous origin (mozilla.org)
# allowing \.css again
# base64 for \.css is XC5jc3M= ... in dev console: btoa('\\.css')
b64d XC5jc3M=
allow *
Requested resources have origin url (site's address) and target url.
Default origin is set to .* (all sites).
Please note, that there cannot be used semicolon in text tokens, because it works like line breaker
and asterisk as first character of word (it translate variable name to its value).
When this is needed, please use base64 version of value and b64d (base 64 decode) function
in program (see example).
- request blocking -
Firewall works by testing currently loading site's url (origin) against url-reg-exp
given in command origin. If it matches, then ALL rules of given set will be tested
one by one. Every rule can decide if target is allowed or blocked. At the end,
final result of those iterations is used.
- header alteration -
Header alteration rules are evaluated immediately.
/commands:
origin url-reg-exp - create new rule set for given url (regular expression form)
disable - disable current rule set
block url-reg-exp - add blocking rule for target url (blacklist)
allow url-reg-exp - whitelist all that matches
requestHeader Header-Name [value] - alter request header value for current origin
responseHeader Header-Name [value] - alter response header value for current origin
(if value is omitted, header is discarded)
/example:
# discard all X-Frame-Options headers on all loaded sites
responseHeader X-Frame-Options
# block [anything].google(-analytics, etc.) on steam
origin steampowered
block \.google
# semicolon usage
origin mozilla\.org
block \.png; block \.svg; block \.css
# using previous origin (mozilla.org)
# allowing \.css again
# base64 for \.css is XC5jc3M= ... in dev console: btoa('\\.css')
b64d XC5jc3M=
allow *
Дайте оценка
Докладване на добавката за нарушение
Ако смятате, че добавката е в нарушение на политиката Mozilla за добавките или има преблем със сигурността и поверителността, моля, докладвайте тези проблеми на Mozilla чрез този формуляр.
Моля не използвайте формуляра да докладвате за дефекти или да изпращате желания за нови възможности на добавката, защото този доклад ще бъде изпратен към Mozilla, а не към разработчика на добавката.
Насърчаване на разработчика
Разработчикът на разширението ви приканва да допринесете за бъдещото ѝ развитие, като направите скромно дарение.
ПраваНаучете повече
Добавката иска:
- Достъпва данните ви за всички страници
Повече информация
- Препратки
- Издание
- 1.1.0
- Размер
- 97,85 KB
- Последно обновяване
- преди 6 години (4 сеп 2017)
- Подобни категории
- Лиценз
- The MIT License
- Хронология на изданията
- Етикети
Добавяне към списък
Бележки към изданието на 1.1.0
v1.1.0
- popup config added
- save text color randomized
v1.0.3
- storage defaults from sync to local (android compat fix)
- ahem ... change-log fixed
v1.0.2
- load program on start fixed
- manual polished
- code cleaned
- base64 function (and more) added
- popup config added
- save text color randomized
v1.0.3
- storage defaults from sync to local (android compat fix)
- ahem ... change-log fixed
v1.0.2
- load program on start fixed
- manual polished
- code cleaned
- base64 function (and more) added
Повече разширения от Jirka Justra
- Все още няма оценки
- Все още няма оценки
- Все още няма оценки
- Все още няма оценки
- Все още няма оценки
- Все още няма оценки