diff --git a/cases/214.html b/cases/214.html new file mode 100644 index 0000000..cfe21e9 --- /dev/null +++ b/cases/214.html @@ -0,0 +1,24 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/214.json b/cases/214.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/215.html b/cases/215.html new file mode 100644 index 0000000..5113642 --- /dev/null +++ b/cases/215.html @@ -0,0 +1,21 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/215.json b/cases/215.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/216.html b/cases/216.html new file mode 100644 index 0000000..89edcbc --- /dev/null +++ b/cases/216.html @@ -0,0 +1,28 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/216.json b/cases/216.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/217.html b/cases/217.html new file mode 100644 index 0000000..f6789d6 --- /dev/null +++ b/cases/217.html @@ -0,0 +1,38 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/217.json b/cases/217.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/218.html b/cases/218.html new file mode 100644 index 0000000..6d1dfb5 --- /dev/null +++ b/cases/218.html @@ -0,0 +1,19 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/218.json b/cases/218.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/219.html b/cases/219.html new file mode 100644 index 0000000..e7fa370 --- /dev/null +++ b/cases/219.html @@ -0,0 +1,20 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/219.json b/cases/219.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/220.html b/cases/220.html new file mode 100644 index 0000000..1e70761 --- /dev/null +++ b/cases/220.html @@ -0,0 +1,16 @@ + + + + + + 测试 link 标签 + + + + + + + + + + \ No newline at end of file diff --git a/cases/220.json b/cases/220.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/221.html b/cases/221.html new file mode 100644 index 0000000..e98322f --- /dev/null +++ b/cases/221.html @@ -0,0 +1,19 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/221.json b/cases/221.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/222.html b/cases/222.html new file mode 100644 index 0000000..138dbea --- /dev/null +++ b/cases/222.html @@ -0,0 +1,27 @@ + + + + + + 测试 link 标签 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cases/222.json b/cases/222.json new file mode 100644 index 0000000..e69de29 diff --git a/cases/223.html b/cases/223.html new file mode 100644 index 0000000..557935c --- /dev/null +++ b/cases/223.html @@ -0,0 +1,25 @@ + + + + + + 测试 link 标签 + + + + + + +
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/cases/223.json b/cases/223.json new file mode 100644 index 0000000..e69de29 diff --git a/rules.json b/rules.json index e8a7c02..6a9e5e4 100644 --- a/rules.json +++ b/rules.json @@ -76,7 +76,7 @@ }, { "value": "/^(?!\/[^\/])/", "match": { - "rel": "/^(?!(canonical)|(miphtml))$/" + "rel": "/^(?!((canonical)|(miphtml))$)/" } }] @@ -94,7 +94,7 @@ }, "attrs": { "type": { - "value": "/^(text\/javascript)$/" + "value": "/^(((application)|(text))\/javascript)$/" } } }, { @@ -110,7 +110,7 @@ }, { "disallow": true, "match": { - "type": "/^(?!application\/(ld\\+)?json)/", + "type": "/^(?!application\/(ld\\+)?json$)/", "src":"/^(?!((https:)?\/\/((mipcache\\.bdstatic\\.com)|(c\\.mipcdn\\.com))))/" } }, {