No Description

Gabriel Capella e38df207e5 Set function CPU=1 and launch min-instances=0 2 weeks ago
app 6e4bf99420 Make the favicon background white 2 weeks ago
.firebaserc 6b4251a978 Add IpRedirect v1 web app 2 weeks ago
.gitignore 6b4251a978 Add IpRedirect v1 web app 2 weeks ago
Makefile e38df207e5 Set function CPU=1 and launch min-instances=0 2 weeks ago
README ef78c6ec79 Start 2 years ago
README.md 4fa217cca2 Close abuse vectors #1, #3, #4 (phishing screening, hop bypass, contact spam) 2 weeks ago
firebase.json 106c3f8e85 Configure a full favicon set 2 weeks ago
firestore.indexes.json 6b4251a978 Add IpRedirect v1 web app 2 weeks ago
firestore.rules 6b4251a978 Add IpRedirect v1 web app 2 weeks ago
storage.rules 6b4251a978 Add IpRedirect v1 web app 2 weeks ago

README

// Simple site to read and redirect URLs, the options for the url are defined as
// the following grammar

PROGRAM
STATEMENT

STATEMENT
FINAL_ACTION
INTER_ACTION STATEMENT
CONDITION

CONDITION
BOOL_EXP STATEMENT STATEMENT

EXP
EXP_OR
EXP_AND
BOOL_EXP

EXP_OR
EXP EXP

EXP_AND
EXP EXP

FINAL_ACTION
redirect
block
show_page

BOOL_EXP
time
country
device
add
parameter

INTER_ACTION
append