mirror of
				https://github.com/akaessens/NoFbEventScraper
				synced 2025-06-05 23:29:13 +02:00 
			
		
		
		
	add page links: broaden intent filter
This commit is contained in:
		| @@ -50,12 +50,10 @@ | |||||||
|                 <!-- Accepts URIs that begin with "https://*.facebook.com/events” --> |                 <!-- Accepts URIs that begin with "https://*.facebook.com/events” --> | ||||||
|                 <data |                 <data | ||||||
|                     android:host="*.facebook.com" |                     android:host="*.facebook.com" | ||||||
|                     android:pathPrefix="/events" |  | ||||||
|                     android:scheme="https" /> |                     android:scheme="https" /> | ||||||
|                 <!-- Accepts URIs that begin with "https://facebook.com/events” --> |                 <!-- Accepts URIs that begin with "https://facebook.com/events” --> | ||||||
|                 <data |                 <data | ||||||
|                     android:host="facebook.com" |                     android:host="facebook.com" | ||||||
|                     android:pathPrefix="/events" |  | ||||||
|                     android:scheme="https" /> |                     android:scheme="https" /> | ||||||
|             </intent-filter> |             </intent-filter> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user