Anti Rebind

Anti Rebind

Prevent DNS Rebinding Attacks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Anti Rebind",
  "short_name": "AntiRebind",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Prevent DNS Rebinding Attacks",
  "homepage_url": "http://www.ThreatPinch.com",
  "icons": {
    "16": "icons/logo-tp16.png",
    "48": "icons/logo-tp48.png",
    "128": "icons/logo-tp128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "blocked.html"
  ]
}