parent
246a916fb7
commit
deaceaed24
|
@ -273,7 +273,8 @@
|
||||||
"pageid",
|
"pageid",
|
||||||
"padding",
|
"padding",
|
||||||
"ls_ref",
|
"ls_ref",
|
||||||
"action_history"
|
"action_history",
|
||||||
|
"fbid"
|
||||||
],
|
],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
"exceptions": [
|
"exceptions": [
|
||||||
|
@ -291,7 +292,8 @@
|
||||||
"rules": [
|
"rules": [
|
||||||
"(ref_?)?src",
|
"(ref_?)?src",
|
||||||
"s",
|
"s",
|
||||||
"cn"
|
"cn",
|
||||||
|
"ref_url"
|
||||||
],
|
],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
|
@ -719,7 +721,9 @@
|
||||||
"ref"
|
"ref"
|
||||||
],
|
],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
"exceptions": [],
|
"exceptions": [
|
||||||
|
".*(comment-cdn\\.9gag\\.com).*(\\/comment-list.json\\?).*"
|
||||||
|
],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
|
@ -793,6 +797,17 @@
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"curseforge.com": {
|
||||||
|
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(curseforge\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*curseforge\\.com\\/linkout\\?remoteUrl=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user