Merge pull request #266 from SISheogorath/feature/change-cdn-defaults
Update CDN defaults
This commit is contained in:
		
						commit
						2a28c832fc
					
				| @ -82,7 +82,7 @@ these are rarely used for various reasons. | |||||||
| | variables | example values | description | | | variables | example values | description | | ||||||
| | --------- | ------ | ----------- | | | --------- | ------ | ----------- | | ||||||
| | `allowGravatar` | `true` or `false` | set to `false` to disable [Libravatar](https://www.libravatar.org/) as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. | | | `allowGravatar` | `true` or `false` | set to `false` to disable [Libravatar](https://www.libravatar.org/) as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. | | ||||||
| | `useCDN` | `true` or `false` | set to use CDN resources or not (default is `true`) | | | `useCDN` | `true` or `false` | set to use CDN resources or not (default is `false`) | | ||||||
| 
 | 
 | ||||||
| ## Users and Privileges | ## Users and Privileges | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -28,7 +28,7 @@ module.exports = { | |||||||
|     reportURI: undefined |     reportURI: undefined | ||||||
|   }, |   }, | ||||||
|   protocolUseSSL: false, |   protocolUseSSL: false, | ||||||
|   useCDN: true, |   useCDN: false, | ||||||
|   allowAnonymous: true, |   allowAnonymous: true, | ||||||
|   allowAnonymousEdits: false, |   allowAnonymousEdits: false, | ||||||
|   allowFreeURL: false, |   allowFreeURL: false, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user