mirror of
				https://github.com/anticensority/runet-censorship-bypass.git
				synced 2025-11-04 01:47:54 +03:00 
			
		
		
		
	Highlight https-only config in red
This commit is contained in:
		
							parent
							
								
									ef75b4eace
								
							
						
					
					
						commit
						2ede6081bf
					
				| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
import Inferno, {linkEvent} from 'inferno';
 | 
					import Inferno, {linkEvent} from 'inferno';
 | 
				
			||||||
import Component from 'inferno-component';
 | 
					import Component from 'inferno-component';
 | 
				
			||||||
import createElement from 'inferno-create-element';
 | 
					import createElement from 'inferno-create-element';
 | 
				
			||||||
 | 
					import css from 'csjs-inject';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import getTabPanel from './TabPanel';
 | 
					import getTabPanel from './TabPanel';
 | 
				
			||||||
import getPacChooser from './PacChooser';
 | 
					import getPacChooser from './PacChooser';
 | 
				
			||||||
| 
						 | 
					@ -12,6 +13,14 @@ import getNotifications from './Notifications';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default function getMain(theState) {
 | 
					export default function getMain(theState) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  const scopedCss = css`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    input#ifProxyHttpsUrlsOnly:checked + div {
 | 
				
			||||||
 | 
					      color: red;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  `;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const TabPanel = getTabPanel(theState);
 | 
					  const TabPanel = getTabPanel(theState);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const PacChooser = getPacChooser(theState);
 | 
					  const PacChooser = getPacChooser(theState);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user