Skip to content

Instantly share code, notes, and snippets.

1572453305810 Marionette TRACE Received observer notification xpcom-will-shutdown
1572453305810 Marionette DEBUG Resetting recommended pref apz.content_response_timeout
1572453305811 Marionette DEBUG Resetting recommended pref browser.contentblocking.introCount
1572453305811 Marionette DEBUG Resetting recommended pref browser.download.panel.shown
1572453305811 Marionette DEBUG Resetting recommended pref browser.pagethumbnails.capturing_disabled
1572453305811 Marionette DEBUG Resetting recommended pref browser.tabs.disableBackgroundZombification
1572453305812 Marionette DEBUG Resetting recommended pref browser.tabs.remote.separatePrivilegedContentProcess
1572453305812 Marionette DEBUG Resetting recommended pref browser.tabs.unloadOnLowMemory
1572453305813 Marionette DEBUG Resetting recommended pref browser.tabs.warnOnCloseOtherTabs
1572453305813 Marionette DEBUG Resetting recommended pref browser.urlbar.suggest.searches
@w-
w- / vpc-cf.yaml
Last active February 11, 2019 17:41
Cloudformation for a VPC with 2 public subnets, 2 private subnets and 2 private db subnets
AWSTemplateFormatVersion: 2010-09-09
Description: W Workshop VPC example.
Resources:
VPC:
Type: AWS::EC2::VPC
Properties:
CidrBlock: 10.0.0.0/16
EnableDnsHostnames: true
Tags:
@w-
w- / vpc-cf.yaml
Created February 11, 2019 12:42
Cloudformation for a VPC with 2 public subnets
AWSTemplateFormatVersion: 2010-09-09
Description: W Workshop VPC example.
Resources:
VPC:
Type: AWS::EC2::VPC
Properties:
CidrBlock: 10.0.0.0/16
EnableDnsHostnames: true
Tags: