parent
246a916fb7
commit
deaceaed24
|
@ -273,7 +273,8 @@
|
|||
"pageid",
|
||||
"padding",
|
||||
"ls_ref",
|
||||
"action_history"
|
||||
"action_history",
|
||||
"fbid"
|
||||
],
|
||||
"rawRules": [],
|
||||
"exceptions": [
|
||||
|
@ -291,7 +292,8 @@
|
|||
"rules": [
|
||||
"(ref_?)?src",
|
||||
"s",
|
||||
"cn"
|
||||
"cn",
|
||||
"ref_url"
|
||||
],
|
||||
"rawRules": [],
|
||||
"exceptions": [],
|
||||
|
@ -719,7 +721,9 @@
|
|||
"ref"
|
||||
],
|
||||
"rawRules": [],
|
||||
"exceptions": [],
|
||||
"exceptions": [
|
||||
".*(comment-cdn\\.9gag\\.com).*(\\/comment-list.json\\?).*"
|
||||
],
|
||||
"redirections": [],
|
||||
"forceRedirection": false
|
||||
},
|
||||
|
@ -793,6 +797,17 @@
|
|||
"exceptions": [],
|
||||
"redirections": [],
|
||||
"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