diff --git a/.rules/mlc_config.json b/.rules/mlc_config.json index 80f2eb9..d66eb2f 100644 --- a/.rules/mlc_config.json +++ b/.rules/mlc_config.json @@ -1,11 +1,13 @@ { "ignorePatterns": [ { - "pattern": "^http://homeassistant.local" + "pattern": "^http://homeassistant\\.local.*$" }, { - "pattern": "^https://example.com/second-specific-page$" + "pattern": "^https://sonoff.tech/product/central-control-panel/nspanel/$" + }, + { + "pattern": "^https://sonoff.tech/wp-content/uploads/2021/11/%E4%BA%A7%E5%93%81%E5%8F%82%E6%95%B0%E8%A1%A8-NSPanel-20210831.pdf$" } ] - } - \ No newline at end of file +}