main
Alpha Chen 6 months ago
parent f06f1d7eb2
commit 89351b442b
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -8,6 +8,14 @@
type: "{{ item.type }}" type: "{{ item.type }}"
value: "{{ item.value }}" value: "{{ item.value }}"
notify: restart OS X system services notify: restart OS X system services
vars:
mailmate_allowed_image_urls:
- https://((i|images|d)\.gr-assets\.com
- www\.goodreads\.com
- massdrop-s3\.imgix\.net
- .*\.cloudfront\.net
- s3\.amazonaws\.com
- files\.convertkitcdn\.com/assets/pictures)/.*
with_items: with_items:
# NSGlobalDomain defaults # NSGlobalDomain defaults
@ -56,6 +64,11 @@
key: AppleShowScrollBars key: AppleShowScrollBars
type: string type: string
value: WhenScrolling value: WhenScrolling
- # move windows by holding ctrl+cmd and dragging any part of the window
domain: -g
key: NSWindowShouldDragOnGesture
type: bool
value: true
# Safari # Safari
- # enable Debug menu in Safari - # enable Debug menu in Safari
@ -238,15 +251,7 @@
- domain: com.freron.MailMate - domain: com.freron.MailMate
key: MmAllowedImageURLRegexp key: MmAllowedImageURLRegexp
type: string type: string
value: "{{ regexps | join('|') }}" value: "{{ mailmate_allowed_image_urls | join('|') }}"
vars:
regexps:
- https://((i|images|d)\.gr-assets\.com
- www\.goodreads\.com
- massdrop-s3\.imgix\.net
- .*\.cloudfront\.net
- s3\.amazonaws\.com
- files\.convertkitcdn\.com/assets/pictures)/.*
- domain: com.freron.MailMate - domain: com.freron.MailMate
key: MmSendMessageDelayEnabled key: MmSendMessageDelayEnabled

Loading…
Cancel
Save