-
Notifications
You must be signed in to change notification settings - Fork 326
GDPR13 #1508
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
Merged
Merged
GDPR13 #1508
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Some tempering for SEO vs. GDPR * Add a helper to be used for determining if is our site/pro/dev ... local pro will take some additional changes. Getting duplicated re's in several areas that do this. This is *node*@10.x specific using WHATWG instead of legacy. Loosely related to OpenUserJS#1481 NOTE: * `link` and `area` not currently whitelisted so ignoring but still mitigate possible security risk for GDPR Ref(s): * http://w3c.github.io/html/links.html#allowed-keywords-and-their-meanings * https://www.w3.org/TR/2014/REC-html5-20141028/links.html#link-type-prefetch * https://www.w3.org/TR/referrer-policy/#referrer-policy-same-origin
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jul 24, 2018
* Fix bug on Issue page when isSameOrigin ... no need to display * Fix bug *(A)* on relative library ... post OpenUserJS#502 * Fill in some other areas with this migration * Reuse some of the code where applicable * Set some more DOM client-side to experimental `referrerpolicy' * Some STYLEGUIDE.md reconformance ... break after operators NOTES: * Test patterns for relative libs *(needs GM4 testing but pre passes)* ``` js // These typically should show // @require http://localhost:8080/src/libs/Marti/GM_setStyle.js // @require //localhost:8080/src/libs/Marti/GM_setStyle.js // @require /src/libs/Marti/GM_setStyle.js // These typically should not show // @require localhost:8080/src/libs/Marti/GM_setStyle.js // @require Marti/GM_setStyle.js // @require GM_setStyle.js ``` * One more legacy URL API to migrate to WHATWG API ... need some of this PR in the wild for live tests * Still needs possible local pro changes ... that is probably system wide and "big"... so will isolate Post OpenUserJS#1508
Merged
Martii
added a commit
that referenced
this pull request
Jul 24, 2018
* Fix bug on Issue page when isSameOrigin ... no need to display * Fix bug *(A)* on relative library ... post #502 * Fill in some other areas with this migration * Reuse some of the code where applicable * Set some more DOM client-side to experimental `referrerpolicy' * Some STYLEGUIDE.md reconformance ... break after operators NOTES: * Test patterns for relative libs *(needs GM4 testing but pre passes)* ``` js // These typically should show // @require http://localhost:8080/src/libs/Marti/GM_setStyle.js // @require //localhost:8080/src/libs/Marti/GM_setStyle.js // @require /src/libs/Marti/GM_setStyle.js // These typically should not show // @require localhost:8080/src/libs/Marti/GM_setStyle.js // @require Marti/GM_setStyle.js // @require GM_setStyle.js ``` * One more legacy URL API to migrate to WHATWG API ... need some of this PR in the wild for live tests * Still needs possible local pro changes ... that is probably system wide and "big"... so will isolate Post #1508
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jul 24, 2018
* Silent failure on pro/dev with invalid grouping... doesn't trip server which is odd. Still an issue Post OpenUserJS#1508 OpenUserJS#1509
Merged
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jul 24, 2018
* Alternate grouping... similar yet fuzzy Post OpenUserJS#1508 OpenUserJS#1509 OpenUserJS#1510
Merged
Martii
added a commit
that referenced
this pull request
Jul 24, 2018
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jul 25, 2018
* SEO only allowed sites for user content areas. TOS enforcement. NOTE(s): * `google.com` is explicitly not included as domain is too broad for all services worldwide * May alter this list Post OpenUserJS#1508
Merged
Martii
added a commit
that referenced
this pull request
Jul 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTE:
link
andarea
not currently whitelisted so ignoring but still mitigate possible security risk for GDPRRef(s):
Backref #190