New rule file
+ Added global rule for ref fields - Removed specific rules for ref fields (because of the global rule) + Added rule to remove the last `?` or `&`
This commit is contained in:
		
							parent
							
								
									ed3e97a480
								
							
						
					
					
						commit
						3d7e3a4977
					
				| 
						 | 
				
			
			@ -13,10 +13,8 @@
 | 
			
		|||
                "__mk_[a-zA-Z]{1,3}_[a-zA-Z]{1,3}=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "spIA=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "ms3_c=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "ref[\\_]?=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "ie=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "[a-zA-Z%0-9]*ie=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "psc=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "refRID=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "colid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "coliid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "adId=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
| 
						 | 
				
			
			@ -100,16 +98,17 @@
 | 
			
		|||
                "_openstat=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "fb_action_ids=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "fb_action_types=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "fb_ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "fb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "action_object_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "action_type_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "action_ref_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "gs_l=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "mkt_tok=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "hmb_campaign=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "hmb_medium=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "hmb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
 | 
			
		||||
                "hmb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "[a-zA-Z_]*ref[a-zA-Z_]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "\\?$",
 | 
			
		||||
                "\\&$"
 | 
			
		||||
            ],
 | 
			
		||||
            "exceptions": [],
 | 
			
		||||
            "redirections": []
 | 
			
		||||
| 
						 | 
				
			
			@ -164,7 +163,6 @@
 | 
			
		|||
            "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?facebook\\.).*\\/.*",
 | 
			
		||||
            "completeProvider": false,
 | 
			
		||||
            "rules": [
 | 
			
		||||
                "[a-zA-Z]*ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
 | 
			
		||||
                "hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
 | 
			
		||||
            ],
 | 
			
		||||
            "exceptions": [
 | 
			
		||||
| 
						 | 
				
			
			@ -172,15 +170,6 @@
 | 
			
		|||
            ],
 | 
			
		||||
            "redirections": []
 | 
			
		||||
        },
 | 
			
		||||
        "imdb": {
 | 
			
		||||
            "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?imdb\\.com)\\/.*",
 | 
			
		||||
            "completeProvider": false,
 | 
			
		||||
            "rules": [
 | 
			
		||||
                "ref_=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
 | 
			
		||||
            ],
 | 
			
		||||
            "exceptions": [],
 | 
			
		||||
            "redirections": []
 | 
			
		||||
        },
 | 
			
		||||
        "twitter": {
 | 
			
		||||
            "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?twitter\\.).*\\/.*",
 | 
			
		||||
            "completeProvider": false,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user