Skip to content

Commit 40e79c1

Browse files
authored
Merge pull request #7 from natbienetre/trusted-bots/allow-google-bots
feat(trusted-bots) Allow Google bots to access protected pages
2 parents 26d6c85 + 3f2622e commit 40e79c1

File tree

484 files changed

+6733
-2506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

484 files changed

+6733
-2506
lines changed

plugins/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish:
1010

1111
ci-test:
1212
YARN_RUN="install --immutable" $(MAKE) _run
13-
YARN_RUN="lint --format junit --output-file eslint.junit.xml" $(MAKE) _run
13+
YARN_RUN="lint --format junit --output-file eslint.junit.xml" $(MAKE) _run
1414

1515
run-%:
1616
YARN_RUN=$* $(MAKE) _run
@@ -19,4 +19,4 @@ YARN_RUN ?= --version
1919
CACHE_FOLDER ?= $(CURDIR)/.yarn/cache
2020

2121
_run:
22-
$(foreach plugin,$(PLUGINS),cd $(plugin) && yarn $(YARN_RUN) && cd ..;)
22+
$(foreach plugin,$(PLUGINS),cd $(plugin) && yarn $(YARN_RUN) ; cd ..;)

plugins/cloudflare-auto-session/.eslintrc.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
dist/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": true,
7+
"jsxSingleQuote": false,
8+
"trailingComma": "es5",
9+
"bracketSpacing": true,
10+
"bracketSameLine": false,
11+
"arrowParens": "avoid"
12+
}
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)