Added ruleset for nachdenkseiten.de#9941
Conversation
|
|
||
| <rule from="^http:" to="https:" /> | ||
|
|
||
| <securecookie host="nachdenkseiten.de" /> |
There was a problem hiding this comment.
This syntax is invalid. Please have a look at our documentation.
|
@BlauerHunger Are you still interested in working on this pull request? |
|
If this has a chance of getting merged, yes. I don't have much time at the moment, but if there are some change requests from your side, please tell me. |
|
@BlauerHunger The main problem with HTTPS on this site is mixed content blocking, which is what makes the content at https://www.nachdenkseiten.de/ look broken/badly styled. Search our If you're okay with a "mixedcontent" ruleset, which effectively means the ruleset will be disabled by default on all browsers except Tor, then:
<ruleset name="Nachdenkseiten.de" platform="mixedcontent">
<target host="nachdenkseiten.de" />
<target host="www.nachdenkseiten.de" />
<rule from="^http:" to="https:" />
</ruleset>Otherwise, please close this pull request. Please let me know if you have any questions. |
|
@BlauerHunger Can we move forward on this one? |
|
I just wanted to work on this and I noticed that it nachdenkseiten.de has changed in a way that it now needs mixed content to work (when I created this PR, a accept mixed content request popped up, but the site worked without problems although ignoring this). I think I'll ask the webmaster of nachdenkseiten.de to fix their HTTPS before continuing to work on this |
|
@BlauerHunger Thanks for the update. |
No description provided.