|
19 | 19 | <meta name="theme-color" content="#ffffff"> |
20 | 20 | <meta name="format-detection" content="telephone=no"> |
21 | 21 |
|
22 | | - <link rel="stylesheet" href="{% static 'css/spp/bootstrap.css' %}"> |
23 | | - |
24 | 22 | <link href="{% static 'css/spp/custom.css' %}" rel="stylesheet"> |
25 | 23 | <link href="{% static 'css/spp/normalize.min.css' %}" rel="stylesheet"> |
26 | 24 |
|
|
40 | 38 | <meta property="og:description" content="A Semana do Programador Profissional é um evento gratuito onde vou te mostrar o passo a passo que vai te dar acesso a um mercado que paga altos salários e milhares de vagas em aberto!" /> |
41 | 39 | <meta property="og:image" content="{% static 'img/spp/card-python-pro.png' %}" /> |
42 | 40 | {% endblock %} |
43 | | - |
44 | | - <script src="{% static 'js/sentry.5.3.0.min.js' %}" crossorigin="anonymous"></script> |
45 | | - <script type="application/javascript"> |
46 | | - Sentry.init({ |
47 | | - dsn: '{{ SENTRY_DSN }}', |
48 | | - allowList: [ |
49 | | - 'pypro.s3.amazonaws.com', |
50 | | - 'pypro-staging.s3.amazonaws.com' |
51 | | - ], |
52 | | - denyUrls: [ |
53 | | - {#// Facebook flakiness#} |
54 | | - /graph\.facebook\.com/i, |
55 | | - {#// Facebook blocked#} |
56 | | - /connect\.facebook\.net\/en_US\/all\.js/i, |
57 | | - {#// Woopra flakiness#} |
58 | | - /eatdifferent\.com\.woopra-ns\.com/i, |
59 | | - /static\.woopra\.com\/js\/woopra\.js/i, |
60 | | - // Chrome extensions |
61 | | - /extensions\//i, |
62 | | - /^chrome:\/\//i, |
63 | | - // Other plugins |
64 | | - /127\.0\.0\.1:4001\/isrunning/i, // Cacaoweb |
65 | | - /webappstoolbarba\.texthelp\.com\//i, |
66 | | - /metrics\.itunes\.apple\.com\.edgesuite\.net\//i |
67 | | - ], |
68 | | - ignoreErrors: [ |
69 | | - // Random plugins/extensions |
70 | | - 'top.GLOBALS', |
71 | | - {#// See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html#} |
72 | | - 'originalCreateNotification', |
73 | | - 'canvas.contentDocument', |
74 | | - 'MyApp_RemoveAllHighlights', |
75 | | - 'http://tt.epicplay.com', |
76 | | - 'Can\'t find variable: ZiteReader', |
77 | | - 'jigsaw is not defined', |
78 | | - 'ComboSearch is not defined', |
79 | | - 'http://loading.retry.widdit.com/', |
80 | | - 'atomicFindClose', |
81 | | - {#// Facebook borked#} |
82 | | - 'fb_xd_fragment', |
83 | | - {#// ISP "optimizing" proxy - `Cache-Control: no-transform` seems to#} |
84 | | - {#// reduce this. (thanks @acdha)#} |
85 | | - {#// See http://stackoverflow.com/questions/4113268#} |
86 | | - 'bmi_SafeAddOnload', |
87 | | - 'EBCallBackMessageReceived', |
88 | | - {#// See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx#} |
89 | | - 'conduitPage' |
90 | | - ] |
91 | | - }); |
92 | | - </script> |
93 | 41 |
|
94 | 42 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-44718512-1"></script> |
95 | 43 | {# Google Tag Manager#} |
|
0 commit comments