-
Notifications
You must be signed in to change notification settings - Fork 67
Move Countly to proto.school domain #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Countly has set up the security certificate for us so this now appears to be working.
For me it seems to be successfully tracking from:
It does not appear to work with:
Screenshots of where I'm adjusting these settings below. There may be other spots for blocking cross-site tracking that I haven't located. (I could find settings called third-party tracking for Chrome and Firefox so guessed that 3rd party cookies might be related 🤷♀️). Firefox with standard security (works) Firefox with strict security (doesn't work) Firefox with custom security disabling 3rd party cookies (works) Safari with and without cross-site tracking prevented (both work) Chrome with and without "block third party cookies" (both work) @olizilla would you have time to test this from your computer while @fsdiogo is out tomorrow (Thursday)? (Note that you no longer have to comment and uncomment certain sections in the code, and that your results will appear in the "TEST ProtoSchool" app, not the "ProtoSchool" app in Countly.) |
this is merged, with the main change being the countly url pointing to countly.proto.school, but none of my browsers are picking up the change. @fsdiogo @olizilla @mikeal are any of you getting the network XHR requests going to countly.proto.school? I don't know if the merge failed or if my browsers are caching old code despite my efforts to clear them. |
@fsdiogo Just confirming that screenshot is from the live website, not the
PR on localhost? My computer is still hitting countly.ipfs.io from the live
site.
…On Fri, Aug 16, 2019 at 9:47 AM Diogo Silva ***@***.***> wrote:
The requests are going to countly.proto.school:
[image: ss]
<https://user-images.githubusercontent.com/33324750/63172062-bc360500-c034-11e9-9369-1124935dbd1c.png>
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#276?email_source=notifications&email_token=AESIRCJPYGYN6XXVBNDH6GTQE2VX5A5CNFSM4IGRX742YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4OVAUI#issuecomment-522014801>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AESIRCIPUQOWMC543EMERU3QE2VX5ANCNFSM4IGRX74Q>
.
--
*Teri Chadbourne, CMP*
Community Manager & Lead Maintainer, ProtoSchool <https://proto.school>
Protocol Labs <https://protocol.ai/>
Twitter <https://twitter.com/eventteri> | GitHub
<https://github.com/terichadbourne>
|
Closes #269
Blocked as we wait for Countly to update the TLS certificate, but putting in this draft PR to make it easier for others to wrap this up while I'm out.
Note that to test you will need to comment out line 70 and uncomment line 65 in public/index.html in order to register clicks from localhost. We'll then need to ensure visits from Chrome, Firefox, and Safari are all registered, including with the standard "disable cross-site tracking" option checked in Safari.