One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
{ | |
"env": { | |
"node": true | |
}, | |
"globals":{ | |
"anyglobal":true | |
}, | |
"extends": "eslint:recommended", | |
"rules": { | |
"accessor-pairs": "error", |
const customStyles = { | |
control: (base, state) => ({ | |
...base, | |
boxShadow: "none" | |
// You can also use state.isFocused to conditionally style based on the focus state | |
}) | |
}; | |
function SelectWrapped(props) { | |
return ( |
import React, { Component } from 'react'; | |
import { render } from "react-dom"; | |
import cheerio from "cheerio"; | |
import renderHTML from "react-render-html"; | |
import "./index.css" | |
class App extends Component { | |
state = { | |
data: [], | |
logos: [] |
# 6G FIREWALL/BLACKLIST | |
# @ https://perishablepress.com/6g/ | |
# 6G:[QUERY STRINGS] | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{QUERY_STRING} (eval\() [NC,OR] | |
RewriteCond %{QUERY_STRING} (127\.0\.0\.1) [NC,OR] | |
RewriteCond %{QUERY_STRING} ([a-z0-9]{2000}) [NC,OR] | |
RewriteCond %{QUERY_STRING} (javascript:)(.*)(;) [NC,OR] |