Skip to content

Commit 70f22e3

Browse files
committed
implicit ssl flexible for IA
1 parent 1eca3e8 commit 70f22e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodeart/cloudflare-provisioning",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
},
6767
ia: {
6868
targets: [{ target: 'url', constraint: { operator: 'matches', value: '*ia.$DOMAIN/*' } }],
69-
actions: [{ id: 'disable_security' }, { id: 'cache_level', value: 'bypass' }],
69+
actions: [{ id: 'disable_security' }, { id: 'cache_level', value: 'bypass' }, { id: 'ssl', value: 'flexible' }],
7070
status: 'active'
7171
}
7272
},

0 commit comments

Comments
 (0)