mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:12:25 -05:00 
			
		
		
		
	a word
This commit is contained in:
		
					parent
					
						
							
								72d21082e9
							
						
					
				
			
			
				commit
				
					
						7ca233221c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5,6 +5,6 @@ it works is that it generates a unique but deterministic challenge for each inco | ||||||
| 
 | 
 | ||||||
| Once a solution to this challenge has been provided, by refreshing the page with the solution in the query parameter, GoToSocial will verify this solution and on success will return the expected profile / status page with a cookie that provides challenge-less access to the instance for up-to the next hour. | Once a solution to this challenge has been provided, by refreshing the page with the solution in the query parameter, GoToSocial will verify this solution and on success will return the expected profile / status page with a cookie that provides challenge-less access to the instance for up-to the next hour. | ||||||
| 
 | 
 | ||||||
| The outcomes of this, (when enabled), is that it should make scraping of your instance's profile / status pages economically unviable for automated data gathering (e.g. by AI companies, search engines). The only negative, is that places a requirement on JavaScript being enabled for people to access your profile / status web views. | The outcomes of this, (when enabled), is that it should make scraping of your instance's profile / status pages economically unviable for automated data gathering (e.g. by AI companies, search engines). The only negative, is that it places a requirement on JavaScript being enabled for people to access your profile / status web views. | ||||||
| 
 | 
 | ||||||
| This was heavily inspired by the great project that is [anubis](https://github.com/TecharoHQ/anubis), but ultimately we determined we could implement it ourselves with only the features we require, minimal code, and more granularity with our existing authorization / authentication procedures. | This was heavily inspired by the great project that is [anubis](https://github.com/TecharoHQ/anubis), but ultimately we determined we could implement it ourselves with only the features we require, minimal code, and more granularity with our existing authorization / authentication procedures. | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue