Title: [281630] trunk/Source/WTF
- Revision
- 281630
- Author
- [email protected]
- Date
- 2021-08-26 09:41:56 -0700 (Thu, 26 Aug 2021)
Log Message
Add new experimental feature flag for sanitizing links
https://bugs.webkit.org/show_bug.cgi?id=229451
Patch by Risul Islam <[email protected]> on 2021-08-26
Reviewed by Kate Cheney.
* Scripts/Preferences/WebPreferencesExperimental.yaml:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (281629 => 281630)
--- trunk/Source/WTF/ChangeLog 2021-08-26 16:35:29 UTC (rev 281629)
+++ trunk/Source/WTF/ChangeLog 2021-08-26 16:41:56 UTC (rev 281630)
@@ -1,3 +1,12 @@
+2021-08-26 Risul Islam <[email protected]>
+
+ Add new experimental feature flag for sanitizing links
+ https://bugs.webkit.org/show_bug.cgi?id=229451
+
+ Reviewed by Kate Cheney.
+
+ * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
2021-08-25 Wenson Hsieh <[email protected]>
Remove some iOS-specific compile-time guards that are no longer needed
Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (281629 => 281630)
--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2021-08-26 16:35:29 UTC (rev 281629)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml 2021-08-26 16:41:56 UTC (rev 281630)
@@ -674,6 +674,18 @@
WebCore:
default: false
+LinkSanitizerEnabled:
+ type: bool
+ humanReadableName: "Link Sanitizer"
+ humanReadableDescription: "Enable link sanitizer"
+ defaultValue:
+ WebKitLegacy:
+ default: false
+ WebKit:
+ default: false
+ WebCore:
+ default: false
+
MaskWebGLStringsEnabled:
type: bool
humanReadableName: "Mask WebGL Strings"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes