Skip to content
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

darkstat - Hardcode to HTTP, add optional custom hostname/IP address configuration #285

Merged
merged 7 commits into from
Feb 2, 2017

Conversation

doktornotor
Copy link
Contributor

@doktornotor doktornotor commented Feb 1, 2017

Hardcoding HTTP still has effect no on people using HTTPS, due to the hardcoded HSTS header in nginx (https://redmine.pfsense.org/issues/6650). Was broken before with $myurl, still exactly same broken now, no regression, except that the port is configurable.

As a workaround, I added a field where people can put their own hostname or IP used for the redirect, instead of the pfSense hostname. Pretty much required for everyone on HTTPS.

@doktornotor doktornotor changed the title darkstat - Hardcode to HTTP, this stone age thing doesn't do any HTTPS darkstat - Hardcode to HTTP, add optional custom hostname/IP address configuration Feb 1, 2017
@doktornotor
Copy link
Contributor Author

OK, that's all I could figure here...

@netgate-git-updates netgate-git-updates merged commit bb45127 into pfsense:devel Feb 2, 2017
@doktornotor doktornotor deleted the patch-3 branch February 2, 2017 10:25
netgate-git-updates pushed a commit that referenced this pull request Aug 15, 2018
  [ Robert Edmonds ]
  * Release 1.3.1.

  * Restore protobuf-2.x compatibility (#284, #285).

  * Use xenial and protobuf 3.6.1 in the Travis-CI environment (#332).

  * Convert uses of protobuf's scoped_ptr.h to C++11 std::unique_ptr, needed
    to compile against protobuf 3.6.1 (#320, #333).

  * Use AX_CXX_COMPILE_STDCXX macro to enable C++11 support in old compilers
    (#312, #317, #327, #334).

  [ Fredrik Gustafsson ]
  * Add std:: to some types (#294, #305, #309).

  [ Sam Collinson ]
  * Check the return value of int_range_lookup before using as an array
    index; it can return -1 (#315).

  [ Matthias Dittrich ]
  * Fix compilation on mingw by using explicit protoc --plugin=NAME=PATH
    syntax in Makefile.am (#289, #290).

Sponsored by:	Farsight Security, Inc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants